mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Removing tab
This commit is contained in:
parent
a87d31cc7f
commit
9d2628f699
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ class View extends Object {
|
|||
$cache->helpers = $this->helpers;
|
||||
$cache->action = $this->action;
|
||||
$cache->controllerName = $this->name;
|
||||
$cache->layout = $this->layout;
|
||||
$cache->layout = $this->layout;
|
||||
$cache->cacheAction = $this->cacheAction;
|
||||
$cache->cache($___viewFn, $out, $cached);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue