Removing =& operators for construction of objects.

This commit is contained in:
mark_story 2010-11-12 23:05:44 -05:00
parent 8c2f9e1d2b
commit 18bb5f6b8b
55 changed files with 133 additions and 133 deletions

View file

@ -627,7 +627,7 @@ class Controller extends Object {
if ($this->persistModel === true) {
$this->_persist($modelClass, true, $this->{$modelClass});
$registry =& ClassRegistry::getInstance();
$registry = ClassRegistry::getInstance();
$this->_persist($modelClass . 'registry', true, $registry->__objects, 'registry');
}
} else {