mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #792 from paulredmond/view-property-typo
Fixing typo in view property during unset()
This commit is contained in:
commit
ccaa042f2e
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ class View extends Object {
|
|||
|
||||
include $this->__viewFile;
|
||||
|
||||
unset($this->_viewFile);
|
||||
unset($this->__viewFile);
|
||||
return ob_get_clean();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue