Skip to content
Snippets Groups Projects
Commit c86130e8 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Fixed navigation arrows in poll card

parent fba3c630
No related branches found
No related tags found
No related merge requests found
...@@ -202,6 +202,9 @@ class Opensurveysondage extends CommonObject ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment