summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/tag.php b/actions/tag.php
index 72668a0c9..512dac63a 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));
}
}