1
0
mirror of synced 2025-02-01 13:01:45 +03:00
This commit is contained in:
zYne 2007-06-25 10:21:57 +00:00
parent 14488476fc
commit 4f7e92ffb9

View File

@ -63,7 +63,7 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera
*/ */
protected $_integrityActions = array(); protected $_integrityActions = array();
protected static $_driverMap = array('oci' => 'oracle'); protected static $driverMap = array('oci' => 'oracle');
/** /**
* constructor * constructor
* *