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:
0ff4dc0
)
no popular notice section for tags
author
Evan Prodromou
<evan@status.net>
Thu, 14 Apr 2011 19:33:59 +0000
(15:33 -0400)
committer
Evan Prodromou
<evan@status.net>
Thu, 14 Apr 2011 19:33:59 +0000
(15:33 -0400)
actions/tag.php
patch
|
blob
|
history
diff --git
a/actions/tag.php
b/actions/tag.php
index 045fac97b52286e1f9839f607ea15ced53840d76..f3514bef55a2152af619f7ee57693d7a33183e08 100644
(file)
--- a/
actions/tag.php
+++ b/
actions/tag.php
@@
-55,12
+55,6
@@
class TagAction extends Action
return true;
}
- function showSections()
- {
- $pop = new PopularNoticeSection($this);
- $pop->show();
- }
-
function title()
{
if ($this->page == 1) {