diff options
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r-- | h-source/Application/Controllers/HistoryController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/HistoryController.php b/h-source/Application/Controllers/HistoryController.php index fac65c0..e50b7e1 100644 --- a/h-source/Application/Controllers/HistoryController.php +++ b/h-source/Application/Controllers/HistoryController.php @@ -298,6 +298,7 @@ class HistoryController extends BaseController 'field_name' => 'blocked', 'actions' => array('pageblock','pageunblock'), 'group' => 'admin', + 'types_to_show' => 'page,page_del', ), |