diff --git a/htdocs/includes/modules/modExternalRss.class.php b/htdocs/includes/modules/modExternalRss.class.php index 1e75d5a850f..a09ca28bfc5 100644 --- a/htdocs/includes/modules/modExternalRss.class.php +++ b/htdocs/includes/modules/modExternalRss.class.php @@ -60,7 +60,7 @@ class modExternalRss extends DolibarrModules $this->picto='rss'; // Data directories to create when module is enabled - $this->dirs = array("/rss/temp"); + $this->dirs = array("/externalrss/temp"); // Config pages $this->config_page_url = array("external_rss.php");