diff --git a/actions/tag.php b/actions/tag.php index 72668a0c91..512dac63a4 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -111,7 +111,7 @@ class TagAction extends Action $this->pagination($this->page > 1, $cnt > NOTICES_PER_PAGE, $this->page, 'tag', array('tag' => $this->tag)); - Event::handle('EndTagShowContent', array($this)) + Event::handle('EndTagShowContent', array($this)); } }