diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-05-16 23:01:57 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-05-16 23:01:57 -0700 |
commit | ab204d27201951c7915cf0eb871751b145e398aa (patch) | |
tree | 4745d42c63b75bad686cc90fa1df033e087545bf /modules/comment | |
parent | 2157285d9bc3373e9bd2f4d86f558a1b2554f412 (diff) |
Rename the admin_comments view to admin_manage_comments to match the controller.
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/controllers/admin_manage_comments.php | 2 | ||||
-rw-r--r-- | modules/comment/views/admin_manage_comments.html.php (renamed from modules/comment/views/admin_comments.html.php) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/controllers/admin_manage_comments.php b/modules/comment/controllers/admin_manage_comments.php index 338e4799..bc1c9e64 100644 --- a/modules/comment/controllers/admin_manage_comments.php +++ b/modules/comment/controllers/admin_manage_comments.php @@ -45,7 +45,7 @@ class Admin_Manage_Comments_Controller extends Admin_Controller { $view = new Admin_View("admin.html"); $view->page_title = t("Manage comments"); - $view->content = new View("admin_comments.html"); + $view->content = new View("admin_manage_comments.html"); $view->content->counts = $this->_counts(); $view->content->menu = $this->_menu($view->content->counts); $view->content->state = $state; diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_manage_comments.html.php index 34a28986..34a28986 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_manage_comments.html.php |