mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fixing typo in view property during unset()
This commit is contained in:
parent
b2f62f46c5
commit
a993a7a50d
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…
Add table
Reference in a new issue