From 488d875854b29791e3a66dcddb372a506ffc0655 Mon Sep 17 00:00:00 2001 From: kamel Date: Mon, 21 Jun 2021 16:51:54 +0200 Subject: [PATCH] Correction --- htdocs/core/class/conf.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index bc953faab2e..4000dc4d6f1 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -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);