Skip to content

Commit

Permalink
Fixed navigation arrows in poll card
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgdf committed Jan 5, 2014
1 parent fba3c63 commit c86130e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/opensurvey/class/opensurveysondage.class.php
Expand Up @@ -202,6 +202,9 @@ function fetch($id,$numsurvey='')
$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;
Expand Down

0 comments on commit c86130e

Please sign in to comment.