projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8104ab
)
No need for this array_merge()
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 17 Jul 2009 18:15:45 +0000
(12:15 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 17 Jul 2009 18:38:36 +0000
(12:38 -0600)
imp/lib/api.php
patch
|
blob
|
history
diff --git
a/imp/lib/api.php
b/imp/lib/api.php
index
4b463cc
..
ee2741e
100644
(file)
--- 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'])) {