]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Tiny change to the public tag cloud dealing with empty page.
authorRobin Millette <millette@controlyourself.ca>
Fri, 3 Apr 2009 20:37:29 +0000 (20:37 +0000)
committerRobin Millette <millette@controlyourself.ca>
Fri, 3 Apr 2009 20:37:29 +0000 (20:37 +0000)
actions/publictagcloud.php

index 5322372b2a12baa7fb65b98973f2452d3643f566..5bc7e0cbffcf7a56a544e8cb8607aec864b53ef5 100644 (file)
@@ -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;
         }