Fixed navigation arrows in poll card
This commit is contained in:
parent
fba3c63050
commit
c86130e813
@ -202,6 +202,9 @@ class Opensurveysondage extends CommonObject
|
|||||||
$obj = $this->db->fetch_object($resql);
|
$obj = $this->db->fetch_object($resql);
|
||||||
|
|
||||||
$this->id_sondage = $obj->id_sondage;
|
$this->id_sondage = $obj->id_sondage;
|
||||||
|
//For compatibility
|
||||||
|
$this->ref = $this->id_sondage;
|
||||||
|
|
||||||
$this->commentaires = $obj->commentaires;
|
$this->commentaires = $obj->commentaires;
|
||||||
$this->mail_admin = $obj->mail_admin;
|
$this->mail_admin = $obj->mail_admin;
|
||||||
$this->nom_admin = $obj->nom_admin;
|
$this->nom_admin = $obj->nom_admin;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user