mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
"Correcting path to dump.ctp"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6164 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
68b024e187
commit
649840b91a
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ class View extends Object {
|
|||
|
||||
$debug = '';
|
||||
if (Configure::read() > 2 && isset($this->viewVars['cakeDebug'])) {
|
||||
$debug = View::_render(LIBS . 'view' . DS . 'templates' . DS . 'elements' . DS . 'dump.ctp', array('controller' => $this->viewVars['cakeDebug']), false);
|
||||
$debug = View::_render(LIBS . 'view' . DS . 'elements' . DS . 'dump.ctp', array('controller' => $this->viewVars['cakeDebug']), false);
|
||||
unset($this->viewVars['cakeDebug']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue