From 249495915ee366f1a80d78750e17a1d53ea6002c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 3 Apr 2011 21:29:10 +0000 Subject: [PATCH] Fix: Use correct dir --- htdocs/includes/modules/modExternalRss.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");