diff --git a/htdocs/includes/modules/modExternalRss.class.php b/htdocs/includes/modules/modExternalRss.class.php index e24c29e0178..c7cebfb792e 100644 --- a/htdocs/includes/modules/modExternalRss.class.php +++ b/htdocs/includes/modules/modExternalRss.class.php @@ -67,6 +67,8 @@ class modExternalRss extends DolibarrModules // Dépendances $this->depends = array(); $this->requiredby = array(); + $this->phpmin = array(4,2,0); + $this->phpmax = array(); // Constantes $this->const = array();