Convert tabs to spaces to fix File_Structure_Test.

This commit is contained in:
Bharat Mediratta
2010-08-08 15:05:55 -07:00
parent f5b7e207c8
commit e5a1da71ed
3 changed files with 8 additions and 8 deletions

View File

@@ -35,9 +35,9 @@ class Admin_Manage_Comments_Controller extends Admin_Controller {
public function menu_labels() {
$menu = $this->_menu($this->_counts());
json::reply(array((string) $menu->get("unpublished")->label,
(string) $menu->get("published")->label,
(string) $menu->get("spam")->label,
(string) $menu->get("deleted")->label));
(string) $menu->get("published")->label,
(string) $menu->get("spam")->label,
(string) $menu->get("deleted")->label));
}
public function queue($state) {