summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/index.php b/index.php
index 02a6f14be..f7a3bd3ca 100644
--- a/index.php
+++ b/index.php
@@ -217,10 +217,11 @@ $action_map = array(
'addressbook' => array(
'add' => 'edit.inc',
- 'create-group' => 'groups.inc',
- 'delete-group' => 'groups.inc',
- 'removefromgroup' => 'groups.inc',
- 'add2group' => 'groups.inc',
+ 'group-create' => 'groups.inc',
+ 'group-rename' => 'groups.inc',
+ 'group-delete' => 'groups.inc',
+ 'group-addmember' => 'groups.inc',
+ 'group-delmenber' => 'groups.inc',
),
'settings' => array(