fixed references to get()
This commit is contained in:
parent
f160487445
commit
24885c0113
@ -97,10 +97,10 @@ class Doctrine_Locator_Injectable
|
||||
// get the name of the concrete implementation
|
||||
$concreteImpl = $this->_resources[$name];
|
||||
|
||||
return $this->getLocator()->get($concreteImpl);
|
||||
return $this->getLocator()->locate($concreteImpl);
|
||||
}
|
||||
} else {
|
||||
return $this->getLocator()->get($name);
|
||||
return $this->getLocator()->locate($name);
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user