diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-25 22:52:38 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-25 22:52:38 +0000 |
commit | d67f5736dfbec2b769e98dd17f34137b9feec1fc (patch) | |
tree | bfb72d575c958957f3e722de05068b664d4fbe3f /h-source/Application/Controllers | |
parent | 94a0a341180376096f8be03261051ccd4f5fe083 (diff) |
improved wiki (TOC and moderator box)
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', ), |