projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b7bc2a
)
Initialize $a
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 17:38:52 +0000
(13:38 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 3 Oct 2010 17:41:47 +0000
(13:41 -0400)
framework/Db/lib/Horde/Db/Migration/Base.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Migration/Base.php
b/framework/Db/lib/Horde/Db/Migration/Base.php
index
638d84a
..
11f1bfd
100644
(file)
--- a/
framework/Db/lib/Horde/Db/Migration/Base.php
+++ b/
framework/Db/lib/Horde/Db/Migration/Base.php
@@
-66,6
+66,7
@@
class Horde_Db_Migration_Base
*/
public function __call($method, $args)
{
+ $a = array();
foreach ($args as $arg) {
if (is_array($arg)) {
$vals = array();