1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
This commit is contained in:
zYne 2007-10-07 21:31:49 +00:00
parent 43811d2cc6
commit f160487445

View file

@ -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);
} }