Skip to content

Commit

Permalink
Fixed issue: can't save for further completion from data entry
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Feb 15, 2017
1 parent dd5634e commit 7251180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/dataentry.php
Expand Up @@ -1914,7 +1914,7 @@ public function insert()
$message .= gT("Reload your survey by clicking on the following link (or pasting it into your browser):")."\n";
$aParams=array('lang'=>$saver['language'],'loadname'=>$saver['identifier'],'loadpass'=>$saver['password']);
if (isset($tokendata['token'])) { $aParams['token']= $tokendata['token']; }
$message .= Yii::app()->getController()->createAbsoluteUrl("/survey/index/sid/{$iSurveyID}/loadall/reload/scid/{$scid}/",$aParams);
$message .= Yii::app()->getController()->createAbsoluteUrl("/survey/index/sid/{$surveyid}/loadall/reload/scid/{$scid}/",$aParams);
$from = $thissurvey['adminemail'];
if (SendEmailMessage($message, $subject, $saver['email'], $from, $sitename, false, getBounceEmail($surveyid)))
{
Expand Down

0 comments on commit 7251180

Please sign in to comment.