mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
just a small fix for the debug output
This commit is contained in:
parent
c8f411bd4c
commit
9259494a02
@ -293,7 +293,7 @@ class editor
|
||||
{
|
||||
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();
|
||||
$preserv = array();
|
||||
|
Loading…
Reference in New Issue
Block a user