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:
9698247
)
Tiny change to the public tag cloud dealing with empty page.
author
Robin Millette
<millette@controlyourself.ca>
Fri, 3 Apr 2009 20:37:29 +0000
(20:37 +0000)
committer
Robin Millette
<millette@controlyourself.ca>
Fri, 3 Apr 2009 20:37:29 +0000
(20:37 +0000)
actions/publictagcloud.php
patch
|
blob
|
history
diff --git
a/actions/publictagcloud.php
b/actions/publictagcloud.php
index 5322372b2a12baa7fb65b98973f2452d3643f566..5bc7e0cbffcf7a56a544e8cb8607aec864b53ef5 100644
(file)
--- a/
actions/publictagcloud.php
+++ b/
actions/publictagcloud.php
@@
-63,7
+63,7
@@
class PublictagcloudAction extends Action
sprintf(_('These are most popular recent tags on %s '),
common_config('site', 'name')));
- $tags = new Notice_tag
()
;
+ $tags = new Notice_tag;
if ($tags->count()) {
return;
}