From 9806760c376dda33e168c4da48c6c4b8f0bd2c28 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Aug 2008 12:36:35 +0000 Subject: Group forums should work git-svn-id: https://code.elgg.org/elgg/trunk@1792 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/start.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mod/groups') diff --git a/mod/groups/start.php b/mod/groups/start.php index 3ab30cb6f..6993eeb99 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -328,10 +328,10 @@ // Register actions global $CONFIG; - register_action("groups/addtopic",false,$CONFIG->pluginspath . "groups/actions/forums/addtopic.php",true); - register_action("groups/deletetopic",false,$CONFIG->pluginspath . "groups/actions/forums/deletetopic.php",true); - register_action("groups/addpost",false,$CONFIG->pluginspath . "groups/actions/forums/addpost.php",true); - register_action("groups/edittopic",false,$CONFIG->pluginspath . "groups/actions/forums/edittopic.php",true); - register_action("groups/deletepost",false,$CONFIG->pluginspath . "groups/actions/forums/deletepost.php",true); + register_action("groups/addtopic",false,$CONFIG->pluginspath . "groups/actions/forums/addtopic.php"); + register_action("groups/deletetopic",false,$CONFIG->pluginspath . "groups/actions/forums/deletetopic.php"); + register_action("groups/addpost",false,$CONFIG->pluginspath . "groups/actions/forums/addpost.php"); + register_action("groups/edittopic",false,$CONFIG->pluginspath . "groups/actions/forums/edittopic.php"); + register_action("groups/deletepost",false,$CONFIG->pluginspath . "groups/actions/forums/deletepost.php"); ?> \ No newline at end of file -- cgit v1.2.3