From 7ccee82ef0284fb0399369ad6282cd9ddc3e0e1d Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 22 Feb 2009 13:23:27 +0000 Subject: users can now edit and delete their forum comments git-svn-id: https://code.elgg.org/elgg/trunk@2877 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/groups/start.php') diff --git a/mod/groups/start.php b/mod/groups/start.php index 043951452..da6001d32 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -489,5 +489,6 @@ register_action("groups/edittopic",false,$CONFIG->pluginspath . "groups/actions/forums/edittopic.php"); register_action("groups/deletepost",false,$CONFIG->pluginspath . "groups/actions/forums/deletepost.php"); register_action("groups/featured",false,$CONFIG->pluginspath . "groups/actions/featured.php"); + register_action("groups/editpost",false,$CONFIG->pluginspath . "groups/actions/forums/editpost.php"); ?> \ No newline at end of file -- cgit v1.2.3