Removing tab

This commit is contained in:
mark_story 2009-11-02 00:07:16 -05:00
parent a87d31cc7f
commit 9d2628f699

View file

@ -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);
}