From ce44090da67aed638cfd1d9fbadaf0da4ac4137e Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 1 Apr 2010 06:39:06 +0000 Subject: 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 --- roundcubemail/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/index.php') 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( -- cgit v1.2.3