projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df9eb41
)
add missing semicolon
author
Craig Andrews
<candrews@integralblue.com>
Thu, 1 Apr 2010 03:18:40 +0000
(23:18 -0400)
committer
Craig Andrews
<candrews@integralblue.com>
Thu, 1 Apr 2010 03:18:40 +0000
(23:18 -0400)
actions/tag.php
patch
|
blob
|
history
diff --git
a/actions/tag.php
b/actions/tag.php
index 72668a0c919f4a625bf096b7ba680eff789952a4..512dac63a4f6f01f0039a5d5c276b486205bfcc4 100644
(file)
--- 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))
;
}
}