1
0
mirror of synced 2024-12-14 07:06:04 +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 static $_driverMap = array('oci' => 'oracle');
protected static $driverMap = array('oci' => 'oracle');
/**
* constructor
*