mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
"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:
parent
877cf930ad
commit
cf87b90bbc
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue