1
0
mirror of synced 2025-02-20 22:23:14 +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()
{
if (empty(self::$_instances)) {
$obj = new Sensei_Locator();
$obj = new Doctrine_Locator();
}
return current(self::$_instances);
}