From: Craig Andrews Date: Thu, 1 Apr 2010 03:18:40 +0000 (-0400) Subject: add missing semicolon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5f19a94646a94119fe7be435c33fcf0bda5bdfb9;p=quix0rs-gnu-social.git add missing semicolon --- 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)); } }