"Fixes #3691, HTML Helper returns incorrect url from when <cacke:nocache> is used"

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6212 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-12-23 07:06:31 +00:00
parent 877cf930ad
commit cf87b90bbc

View file

@ -250,6 +250,7 @@ class CacheHelper extends AppHelper {
$this->data = unserialize(stripslashes(\'' . addslashes(serialize($this->data)) . '\'));
$this->themeWeb = \'' . $this->themeWeb . '\';
$this->plugin = \'' . $this->plugin . '\';
Router::setRequestInfo(array($this->params, array(\'base\' => $this->base, \'webroot\' => $this->webroot)));
$loadedHelpers = array();
$loadedHelpers = $this->_loadHelpers($loadedHelpers, $this->helpers);
foreach (array_keys($loadedHelpers) as $helper)