Fixes #5539 - $config prototype was not being set correctly

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7709 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phishy 2008-10-07 00:55:51 +00:00
parent 06955ad42f
commit 091325bcd1

View file

@ -41,7 +41,7 @@ class DboOracle extends DboSource {
* @var unknown_type
* @access public
*/
var $config;
var $config = array();
/**
* Enter description here...
*