got rid of =& when constructing objects

This commit is contained in:
paul 2006-11-14 19:14:18 +00:00
parent 5b012f8817
commit d2e9df0d15

View file

@ -20,7 +20,7 @@ $changes = array(
require_once 'Config.php';
require_once 'Config/Container.php';
$conf = &new Config();
$conf = new Config();
$root = &$conf->parseConfig($path, 'IniFile');
if (PEAR::isError($root)) {
die($root->getMessage());