Fixed navigation arrows in poll card

This commit is contained in:
Marcos García de La Fuente 2014-01-05 08:03:50 +01:00
parent fba3c63050
commit c86130e813

View File

@ -202,6 +202,9 @@ class Opensurveysondage extends CommonObject
$obj = $this->db->fetch_object($resql);
$this->id_sondage = $obj->id_sondage;
//For compatibility
$this->ref = $this->id_sondage;
$this->commentaires = $obj->commentaires;
$this->mail_admin = $obj->mail_admin;
$this->nom_admin = $obj->nom_admin;