diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-18 16:18:56 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-18 16:18:56 +0000 |
commit | 230748c73d48abcba0f53e49151d775c9b462ffe (patch) | |
tree | c4bdb290464912278af0afeb43fc450686e1cc0a /mod/groups/start.php | |
parent | 864b96d63b5690411f83aa3d9b2c49554aa9c25c (diff) | |
download | elgg-230748c73d48abcba0f53e49151d775c9b462ffe.tar.gz elgg-230748c73d48abcba0f53e49151d775c9b462ffe.tar.bz2 |
admins can highlight featured groups
git-svn-id: https://code.elgg.org/elgg/trunk@2799 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/start.php')
-rw-r--r-- | mod/groups/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/groups/start.php b/mod/groups/start.php index 8b723eb97..ae03c8e2f 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -481,5 +481,6 @@ 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");
+ register_action("groups/featured",false,$CONFIG->pluginspath . "groups/actions/featured.php");
?>
\ No newline at end of file |