forked from Wavyzz/dolibarr
Fix: problem with image in emailing
Fix: use the same image path of fckeditor default path
This commit is contained in:
@@ -61,7 +61,7 @@ class modFckeditor extends DolibarrModules
|
||||
$this->picto='list';
|
||||
|
||||
// Data directories to create when module is enabled
|
||||
$this->dirs = array("/fckeditor/temp","/fckeditor/images");
|
||||
$this->dirs = array("/fckeditor/temp","/fckeditor/image");
|
||||
|
||||
// Config pages
|
||||
$this->config_page_url = array("fckeditor.php");
|
||||
|
||||
Reference in New Issue
Block a user