diff options
author | thomascube <thomas@roundcube.net> | 2010-04-01 06:39:06 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-04-01 06:39:06 +0000 |
commit | aa12df20e46ae72467f8d4dc01784a500eb83f0c (patch) | |
tree | f1ff109b8d0c9850ad19498067a87767da417894 /index.php | |
parent | cbde304b98e4e0fc2ff33fd84068d63ae3e86c45 (diff) |
Add server-side plugin hooks to address group functions + better action names
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -221,8 +221,8 @@ $action_map = array( 'group-create' => 'groups.inc', 'group-rename' => 'groups.inc', 'group-delete' => 'groups.inc', - 'group-addmember' => 'groups.inc', - 'group-delmenber' => 'groups.inc', + 'group-addmembers' => 'groups.inc', + 'group-delmembers' => 'groups.inc', ), 'settings' => array( |