mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Revision: [2289]
Removing unused var setting git-svn-id: https://svn.cakephp.org/repo/trunk/cake@2290 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
fc0854e397
commit
3f3ec6d42d
2 changed files with 1 additions and 2 deletions
|
@ -6,4 +6,4 @@
|
||||||
// +---------------------------------------------------------------------------------------------------+ //
|
// +---------------------------------------------------------------------------------------------------+ //
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
1.0.0.2288
|
1.0.0.2290
|
|
@ -670,7 +670,6 @@ class View extends Object
|
||||||
}
|
}
|
||||||
$cache->base = $this->base;
|
$cache->base = $this->base;
|
||||||
$cache->here = $this->here;
|
$cache->here = $this->here;
|
||||||
$cache->helpers = $this->loaded;
|
|
||||||
$cache->controllerName = $this->params['controller'];
|
$cache->controllerName = $this->params['controller'];
|
||||||
$cache->cacheAction = $this->controller->cacheAction;
|
$cache->cacheAction = $this->controller->cacheAction;
|
||||||
$cache->cache($___viewFn, $out, $cached);
|
$cache->cache($___viewFn, $out, $cached);
|
||||||
|
|
Loading…
Reference in a new issue