]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tag.php
add missing semicolon
[quix0rs-gnu-social.git] / 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));
         }
     }