add missing semicolon

This commit is contained in:
Craig Andrews 2010-03-31 23:18:40 -04:00
parent df9eb4164a
commit 5f19a94646
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}