Skip to content

Commit

Permalink
Removing tab
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 2, 2009
1 parent a87d31c commit 9d2628f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/view.php
Expand Up @@ -686,7 +686,7 @@ function _render($___viewFn, $___dataForView, $loadHelpers = true, $cached = fal
$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);
}
Expand Down

0 comments on commit 9d2628f

Please sign in to comment.