From ab204d27201951c7915cf0eb871751b145e398aa Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 16 May 2010 23:01:57 -0700 Subject: Rename the admin_comments view to admin_manage_comments to match the controller. --- modules/comment/controllers/admin_manage_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/controllers') 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; -- cgit v1.2.3