another update to dump

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

View file

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