summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-01 06:39:06 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-01 06:39:06 +0000
commitce44090da67aed638cfd1d9fbadaf0da4ac4137e (patch)
tree4463dad48525bf49c666ad9cbd54b17e1f60330f /roundcubemail/index.php
parent0974e0b74319af2181c607ad1ed055eba56b659d (diff)
Add server-side plugin hooks to address group functions + better action names
git-svn-id: https://svn.roundcube.net/trunk@3457 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
-rw-r--r--roundcubemail/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php
index b029d7338..d3cf06f0a 100644
--- a/roundcubemail/index.php
+++ b/roundcubemail/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(