From e05ac34966b1e52bb133853b9119f9fdbe900cbc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 22 Aug 2017 18:03:37 +0200 Subject: [PATCH] Fix remove var_dump --- htdocs/core/class/doleditor.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/doleditor.class.php b/htdocs/core/class/doleditor.class.php index 38c03a7330d..e67fe9ee224 100644 --- a/htdocs/core/class/doleditor.class.php +++ b/htdocs/core/class/doleditor.class.php @@ -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'))) {