projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fea4b7
)
PHP 5.2 fix
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 3 May 2010 02:14:46 +0000
(20:14 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 3 May 2010 02:14:46 +0000
(20:14 -0600)
imp/lib/Indices.php
patch
|
blob
|
history
diff --git
a/imp/lib/Indices.php
b/imp/lib/Indices.php
index
6768e9c
..
69d601e
100644
(file)
--- a/
imp/lib/Indices.php
+++ b/
imp/lib/Indices.php
@@
-30,7
+30,8
@@
class IMP_Indices implements Iterator
public function __construct()
{
if (func_num_args()) {
- call_user_func_array(array($this, 'add'), func_get_args());
+ $args = func_get_args();
+ call_user_func_array(array($this, 'add'), $args);
}
}