Fix remove var_dump

This commit is contained in:
Laurent Destailleur 2017-08-22 18:03:37 +02:00
parent 64c4f899f3
commit e05ac34966

View File

@ -121,7 +121,7 @@ class DolEditor
$this->editor->Config['SkinPath'] = DOL_URL_ROOT.'/theme/'.$conf->theme.'/fckeditor/';
}
}
var_dump($content);exit;
// Define some properties
if (in_array($this->tool,array('textarea','ckeditor','ace')))
{