mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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;
|
include $this->__viewFile;
|
||||||
|
|
||||||
unset($this->_viewFile);
|
unset($this->__viewFile);
|
||||||
return ob_get_clean();
|
return ob_get_clean();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue