mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing Notice: Undefined property: AppController::$webservices when debug messages are displayed
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3211 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
25fc73660c
commit
d8533c4d34
1 changed files with 6 additions and 0 deletions
|
@ -200,6 +200,12 @@ class Controller extends Object{
|
|||
* @var boolean
|
||||
*/
|
||||
var $persistModel = false;
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
* @var unknown_type
|
||||
*/
|
||||
var $webservices = null;
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue