mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-19 16:10:54 +00:00
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:
parent
06955ad42f
commit
091325bcd1
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ class DboOracle extends DboSource {
|
|||
* @var unknown_type
|
||||
* @access public
|
||||
*/
|
||||
var $config;
|
||||
var $config = array();
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue