Correction
This commit is contained in:
parent
dd61c49722
commit
488d875854
@ -159,7 +159,7 @@ class Conf
|
|||||||
* @param int $entity Entity to get
|
* @param int $entity Entity to get
|
||||||
* @return int < 0 if KO, >= 0 if OK
|
* @return int < 0 if KO, >= 0 if OK
|
||||||
*/
|
*/
|
||||||
function setEntityValues($db, $entity)
|
public function setEntityValues($db, $entity)
|
||||||
{
|
{
|
||||||
$this->entity = $entity;
|
$this->entity = $entity;
|
||||||
$this->setValues($db);
|
$this->setValues($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user