Correction

This commit is contained in:
kamel 2021-06-21 16:51:54 +02:00
parent dd61c49722
commit 488d875854

View File

@ -159,7 +159,7 @@ class Conf
* @param int $entity Entity to get
* @return int < 0 if KO, >= 0 if OK
*/
function setEntityValues($db, $entity)
public function setEntityValues($db, $entity)
{
$this->entity = $entity;
$this->setValues($db);