From 13e75b2ccb4689263ecfbfc20f9a48b35c71d67d Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 7 Oct 2007 20:35:22 +0000 Subject: [PATCH] --- lib/Doctrine/Locator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Locator.php b/lib/Doctrine/Locator.php index 77c55dbba..689ade222 100644 --- a/lib/Doctrine/Locator.php +++ b/lib/Doctrine/Locator.php @@ -42,7 +42,7 @@ class Doctrine_Locator implements Countable, IteratorAggregate /** * @var string $_classPrefix the default class prefix */ - protected $_classPrefix = 'Sensei_'; + protected $_classPrefix = 'Doctrine_'; /** * @var array $_instances a pool of this object's instances */