This commit is contained in:
parent
43811d2cc6
commit
f160487445
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class Doctrine_Locator implements Countable, IteratorAggregate
|
||||||
public static function instance()
|
public static function instance()
|
||||||
{
|
{
|
||||||
if (empty(self::$_instances)) {
|
if (empty(self::$_instances)) {
|
||||||
$obj = new Sensei_Locator();
|
$obj = new Doctrine_Locator();
|
||||||
}
|
}
|
||||||
return current(self::$_instances);
|
return current(self::$_instances);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue