From 9fffcb13f23ca91b1efa2da7dbc0627c525ae94c Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 7 Aug 2008 17:28:53 +0000 Subject: more group tweaks git-svn-id: https://code.elgg.org/elgg/trunk@1778 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/groups/start.php') diff --git a/mod/groups/start.php b/mod/groups/start.php index e97a3f2de..3ab30cb6f 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -332,5 +332,6 @@ 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); + ?> \ No newline at end of file -- cgit v1.2.3