Fix remove var_dump
This commit is contained in:
parent
64c4f899f3
commit
e05ac34966
@ -121,7 +121,7 @@ class DolEditor
|
|||||||
$this->editor->Config['SkinPath'] = DOL_URL_ROOT.'/theme/'.$conf->theme.'/fckeditor/';
|
$this->editor->Config['SkinPath'] = DOL_URL_ROOT.'/theme/'.$conf->theme.'/fckeditor/';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var_dump($content);exit;
|
|
||||||
// Define some properties
|
// Define some properties
|
||||||
if (in_array($this->tool,array('textarea','ckeditor','ace')))
|
if (in_array($this->tool,array('textarea','ckeditor','ace')))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user