No need for this array_merge()
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 17 Jul 2009 18:15:45 +0000 (12:15 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 17 Jul 2009 18:38:36 +0000 (12:38 -0600)
imp/lib/api.php

index 4b463cc..ee2741e 100644 (file)
@@ -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'])) {