mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding fix for PHP 5.2 errors.
The View::__construct() had a check for $controller != null; Removing this fixed the errors related to not setting the vars from the controller instance. Removed $this->parent =& $this->controller->parent; and $this->displayFields=&$this->controller->displayFields; which are not defined in the core Controller git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3204 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
f367ec5509
commit
3f2bc3ab82
1 changed files with 0 additions and 0 deletions
Binary file not shown.
Loading…
Add table
Reference in a new issue