From 4f7e92ffb968f6380d498dafddd233b5687a7448 Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 25 Jun 2007 10:21:57 +0000 Subject: [PATCH] --- lib/Doctrine/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Manager.php b/lib/Doctrine/Manager.php index b48ca5401..f3802b8a2 100644 --- a/lib/Doctrine/Manager.php +++ b/lib/Doctrine/Manager.php @@ -63,7 +63,7 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera */ protected $_integrityActions = array(); - protected static $_driverMap = array('oci' => 'oracle'); + protected static $driverMap = array('oci' => 'oracle'); /** * constructor *