diff --git a/etemplate/inc/class.editor.inc.php b/etemplate/inc/class.editor.inc.php index 395a5f6330..477c73a314 100644 --- a/etemplate/inc/class.editor.inc.php +++ b/etemplate/inc/class.editor.inc.php @@ -1009,7 +1009,7 @@ ($old_type == 'grid') == ($widget['type'] == 'grid')) { if ($this->etemplate->widgets_with_children[$widget['type']] == 'box') // box - {echo "fix2box"; + { if ((int) $widget['size'] < 1) // min. 1 child { list(,$options) = explode(',',$widget['size'],2);