]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add missing semicolon
authorCraig Andrews <candrews@integralblue.com>
Thu, 1 Apr 2010 03:18:40 +0000 (23:18 -0400)
committerCraig Andrews <candrews@integralblue.com>
Thu, 1 Apr 2010 03:18:40 +0000 (23:18 -0400)
actions/tag.php

index 72668a0c919f4a625bf096b7ba680eff789952a4..512dac63a4f6f01f0039a5d5c276b486205bfcc4 100644 (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));
         }
     }