updating dump.ctp, fixes #2247

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6200 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-12-22 19:32:02 +00:00
parent eed0f6c570
commit 6231086e6f

View file

@ -27,6 +27,6 @@
<div id="cakeControllerDump">
<h2><?php __('Controller dump:'); ?></h2>
<pre>
<?php Debugger::exportVar($controller); ?>
<?php print_r(Debugger::exportVar($controller)); ?>
</pre>
</div>