summaryrefslogtreecommitdiff
path: root/modules/comment/helpers/comment_menu.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-07 09:08:53 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-07 09:08:53 +0000
commit01dcbbcda5a4630cec6a1bbee052ef108e291a5d (patch)
tree0bd7430bc3e41f529e5f5ce1318160971da9d9a3 /modules/comment/helpers/comment_menu.php
parent925720ac3d6f0b7fafcd1833991bb16b8fea538b (diff)
Add very basic comment listing which shows the different queues
(approved, unapproved, spam).
Diffstat (limited to 'modules/comment/helpers/comment_menu.php')
-rw-r--r--modules/comment/helpers/comment_menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_menu.php b/modules/comment/helpers/comment_menu.php
index 6b17f57f..9c7a5698 100644
--- a/modules/comment/helpers/comment_menu.php
+++ b/modules/comment/helpers/comment_menu.php
@@ -23,7 +23,7 @@ class comment_menu_Core {
->append(Menu::factory("link")
->id("comments")
->label(_("Comments"))
- ->url("#"));
+ ->url(url::site("admin/comments")));
}
public static function photo($menu, $theme) {