summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-04-01 06:39:06 +0000
committerthomascube <thomas@roundcube.net>2010-04-01 06:39:06 +0000
commitaa12df20e46ae72467f8d4dc01784a500eb83f0c (patch)
treef1ff109b8d0c9850ad19498067a87767da417894 /index.php
parentcbde304b98e4e0fc2ff33fd84068d63ae3e86c45 (diff)
Add server-side plugin hooks to address group functions + better action names
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index b029d7338..d3cf06f0a 100644
--- a/index.php
+++ b/index.php
@@ -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(