From: Michael M Slusarz Date: Fri, 17 Jul 2009 18:15:45 +0000 (-0600) Subject: No need for this array_merge() X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7ed37cceb6c1e3511619bf0c22d79791462582ae;p=horde.git No need for this array_merge() --- diff --git a/imp/lib/api.php b/imp/lib/api.php index 4b463cc6c..ee2741e55 100644 --- a/imp/lib/api.php +++ b/imp/lib/api.php @@ -11,7 +11,7 @@ * @package IMP */ -$_services = array_merge($_services, array( +$_services = array( 'perms' => array( 'args' => array(), 'type' => '{urn:horde}stringArray' @@ -142,7 +142,7 @@ $_services = array_merge($_services, array( 'checkperms' => false, 'type' => 'boolean' ) -)); +); /* Only available if admin config is set for this server/login. */ if (!empty($_SESSION['imp']['admin'])) {