X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fsurvey%2Fsurvey.inc.php;h=003bbcfa6b5d8d3c26f3db4aa8eae7e211c9b69a;hb=ea74d2785d9c1ff5571ebf2f73c89cbf19c8dd07;hp=29aba9ae4b276f4b4a9da9010edf41a5192f3586;hpb=cd723c19d7a096f5d304329615d0ea32eb9a7fd2;p=platal.git diff --git a/modules/survey/survey.inc.php b/modules/survey/survey.inc.php index 29aba9a..003bbcf 100644 --- a/modules/survey/survey.inc.php +++ b/modules/survey/survey.inc.php @@ -1,6 +1,6 @@ title, $this->description, $this->end, $this->mode, $this->promos, $this->questions, S::v('uid')); + $surveyreq = new SurveyReq($this->title, $this->description, $this->end, $this->mode, $this->promos, $this->questions, S::user()); return $surveyreq->submit(); } // }}}