aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/HistoryController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-15 01:11:53 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-15 01:11:53 +0000
commit8c287999487883a54271ae5e91bbb79b4fd15826 (patch)
tree27b2a78bf6cb9ffde0bd649ca97df36dc06f917b /h-source/Application/Controllers/HistoryController.php
parent1854075a62c6ca0422040b4e5ebf89088b0d02b2 (diff)
added wiki - part 2
Diffstat (limited to 'h-source/Application/Controllers/HistoryController.php')
-rw-r--r--h-source/Application/Controllers/HistoryController.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/HistoryController.php b/h-source/Application/Controllers/HistoryController.php
index f5ae1a2..cc4b3d0 100644
--- a/h-source/Application/Controllers/HistoryController.php
+++ b/h-source/Application/Controllers/HistoryController.php
@@ -132,6 +132,17 @@ class HistoryController extends BaseController
'group' => 'moderator',
),
+
+ 'wiki_talk' => array(
+
+ 'clean_type' => 'wiki_talk',
+ 'model_name' => 'WikitalkModel',
+ 'id_name' => 'id_talk',
+ 'field_name' => 'deleted',
+ 'actions' => array('hide','show'),
+ 'group' => 'moderator',
+
+ ),
);