From 5f19a94646a94119fe7be435c33fcf0bda5bdfb9 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Wed, 31 Mar 2010 23:18:40 -0400 Subject: [PATCH] add missing semicolon --- actions/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } } -- 2.39.2