got rid of =& when constructing objects
This commit is contained in:
parent
bb00be70bb
commit
0d9129d16c
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
$dbc->setFetchMode(DB_FETCHMODE_ASSOC);
|
||||
|
||||
$gb =& new GreenBox($dbc, $config);
|
||||
$gb = new GreenBox($dbc, $config);
|
||||
$rs = new Restore($gb);
|
||||
|
||||
if ($rs->loglevel=='debug') {
|
||||
|
|
Loading…
Reference in New Issue