mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-16 23:19:53 -04:00
Convert tabs to spaces to fix File_Structure_Test.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user