just a small fix for the debug output

This commit is contained in:
Christian Binder 2009-09-12 09:09:28 +00:00
parent c8f411bd4c
commit 9259494a02

View File

@ -293,7 +293,7 @@ class editor
{ {
if ($this->debug) if ($this->debug)
{ {
echo "<p>etemplate.editor.show: content="; _debug_array($content); echo "<p>etemplate.editor.edit: content="; _debug_array($content);
} }
if (!is_array($content)) $content = array(); if (!is_array($content)) $content = array();
$preserv = array(); $preserv = array();