diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-03 20:37:29 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-03 20:37:29 +0000 |
commit | 439d521c86e07fc7bc0c84e62022fc160f8f0fcf (patch) | |
tree | 7671f2da447eb230b4d28c907ae0457d0d3766f2 | |
parent | 96982477220316ee7af0326dc6ff42d2438b540e (diff) |
Tiny change to the public tag cloud dealing with empty page.
-rw-r--r-- | actions/publictagcloud.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/publictagcloud.php b/actions/publictagcloud.php index 5322372b2..5bc7e0cbf 100644 --- 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; } |