Skip to content

Commit

Permalink
Fixed issue #7993: Loading a saved survey using the the resume link s…
Browse files Browse the repository at this point in the history
…hows an empty survey
  • Loading branch information
c-schmitz committed Sep 27, 2013
1 parent 1706f79 commit a5019e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/survey/index.php
Expand Up @@ -378,7 +378,7 @@ function sendreq(surveyid)
$this->_niceExit($redata, __LINE__, $thissurvey['templatedir'], $asMessage);
}

if (returnGlobal('loadname',true)=="reload")
if (returnGlobal('loadall',true)=="reload") // Used if reload is done by URL (GET)
{
$_POST['loadall']="reload";
}
Expand Down

0 comments on commit a5019e6

Please sign in to comment.