|
|
@@ -98,7 +98,7 @@ class Zend_Tool_Project_Provider_DbAdapter
|
|
|
|
|
|
// parse_str suffers when magic_quotes is enabled
|
|
|
if (get_magic_quotes_gpc()) {
|
|
|
- array_walk_recursive(&$dsnVars, array($this, '_cleanMagicQuotesInValues'));
|
|
|
+ array_walk_recursive($dsnVars, array($this, '_cleanMagicQuotesInValues'));
|
|
|
}
|
|
|
|
|
|
$dbConfigValues = array('resources' => array('db' => null));
|