forked from Wavyzz/dolibarr
Ajout version php min dans description du module
This commit is contained in:
@@ -67,6 +67,8 @@ class modExternalRss extends DolibarrModules
|
|||||||
// D<>pendances
|
// D<>pendances
|
||||||
$this->depends = array();
|
$this->depends = array();
|
||||||
$this->requiredby = array();
|
$this->requiredby = array();
|
||||||
|
$this->phpmin = array(4,2,0);
|
||||||
|
$this->phpmax = array();
|
||||||
|
|
||||||
// Constantes
|
// Constantes
|
||||||
$this->const = array();
|
$this->const = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user