aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/start.php
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-07 17:28:53 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-07 17:28:53 +0000
commit9fffcb13f23ca91b1efa2da7dbc0627c525ae94c (patch)
tree4f819014ba8766543a2e2cdc74222c69d8b33b91 /mod/groups/start.php
parent89fa2c232ea2a806a70f96d0f28fd6318163227c (diff)
downloadelgg-9fffcb13f23ca91b1efa2da7dbc0627c525ae94c.tar.gz
elgg-9fffcb13f23ca91b1efa2da7dbc0627c525ae94c.tar.bz2
more group tweaks
git-svn-id: https://code.elgg.org/elgg/trunk@1778 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/start.php')
-rw-r--r--mod/groups/start.php3
1 files changed, 2 insertions, 1 deletions
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