forked from GNUsocial/gnu-social
add missing semicolon
This commit is contained in:
parent
df9eb4164a
commit
5f19a94646
@ -111,7 +111,7 @@ class TagAction extends Action
|
|||||||
$this->pagination($this->page > 1, $cnt > NOTICES_PER_PAGE,
|
$this->pagination($this->page > 1, $cnt > NOTICES_PER_PAGE,
|
||||||
$this->page, 'tag', array('tag' => $this->tag));
|
$this->page, 'tag', array('tag' => $this->tag));
|
||||||
|
|
||||||
Event::handle('EndTagShowContent', array($this))
|
Event::handle('EndTagShowContent', array($this));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user