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:
phpnut 2006-03-14 02:32:58 +00:00
parent fc0854e397
commit 3f3ec6d42d
2 changed files with 1 additions and 2 deletions

View file

@ -6,4 +6,4 @@
// +---------------------------------------------------------------------------------------------------+ //
///////////////////////////////////////////////////////////////////////////////////////////////////////////
1.0.0.2288
1.0.0.2290

View file

@ -670,7 +670,6 @@ class View extends Object
}
$cache->base = $this->base;
$cache->here = $this->here;
$cache->helpers = $this->loaded;
$cache->controllerName = $this->params['controller'];
$cache->cacheAction = $this->controller->cacheAction;
$cache->cache($___viewFn, $out, $cached);