Skip to content

Commit

Permalink
Amend previous commit.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11984 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Aaron Schmitz committed Jan 11, 2012
1 parent 2674001 commit e3c0da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/expressions/em_manager_helper.php
Expand Up @@ -2638,7 +2638,7 @@ private function _UpdateValuesInDatabase($updatedValues, $finished=false)
}
else if ($this->surveyOptions['allowsave'] && isset($_SESSION['scid']))
{
Saved_control::model()->updateByPk($_SESSION['scid'], array('saved_thisstep'=>$thisstep))
Saved_control::model()->updateByPk($_SESSION['scid'], array('saved_thisstep'=>$thisstep));
}
}
if (($this->debugLevel & LEM_DEBUG_VALIDATION_SUMMARY) == LEM_DEBUG_VALIDATION_SUMMARY) {
Expand Down

0 comments on commit e3c0da9

Please sign in to comment.