From 8c287999487883a54271ae5e91bbb79b4fd15826 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Tue, 15 Feb 2011 01:11:53 +0000 Subject: added wiki - part 2 --- h-source/Application/Controllers/HistoryController.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (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 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', + + ), ); -- cgit v1.2.3