diff --git a/htdocs/includes/modules/propale/mod_propale_saphir.php b/htdocs/includes/modules/propale/mod_propale_saphir.php index 4396ba5eaa3..dcc8eef36b1 100644 --- a/htdocs/includes/modules/propale/mod_propale_saphir.php +++ b/htdocs/includes/modules/propale/mod_propale_saphir.php @@ -78,7 +78,7 @@ class mod_propale_saphir extends ModeleNumRefPropales { global $conf,$langs,$mysoc; - $numExample = $this->getNextValue($mysoc,$propalspecimen); + $numExample = $this->getNextValue($mysoc); if (! $numExample) { @@ -89,10 +89,9 @@ class mod_propale_saphir extends ModeleNumRefPropales /** \brief Return next value * \param objsoc Object third party - * \param propal Object proposal * \return string Value if OK, 0 if KO */ - function getNextValue($objsoc,$propal) + function getNextValue($objsoc) { global $db,$conf;