From ff947a3cc7fdd62393ecf7042e8208e5cb856571 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Tue, 7 Jun 2011 23:52:52 +0000 Subject: administrators can now hide/show device pages --- h-source/Application/Controllers/HistoryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Application/Controllers/HistoryController.php') diff --git a/h-source/Application/Controllers/HistoryController.php b/h-source/Application/Controllers/HistoryController.php index 71055fc..ead0886 100644 --- a/h-source/Application/Controllers/HistoryController.php +++ b/h-source/Application/Controllers/HistoryController.php @@ -261,7 +261,7 @@ class HistoryController extends BaseController 'id_name' => 'id_hard', 'field_name' => '-deleted', 'actions' => array('devicehide','deviceshow'), - 'group' => 'moderator', + 'group' => 'admin', ), ); -- cgit v1.2.3