Skip to content

Commit

Permalink
Fixed issue #06046: Resume later deletes answers from db when all que…
Browse files Browse the repository at this point in the history
…stions are on one page
  • Loading branch information
TMSWhite committed May 9, 2012
1 parent edddf31 commit 051be27
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 @@ -4767,7 +4767,7 @@ static function FinishProcessingGroup($skipReprocessing=false)
{
// $now = microtime(true);
$LEM =& LimeExpressionManager::singleton();
if ($skipReprocessing)
if ($skipReprocessing && $LEM->surveyMode != 'survey')
{
$LEM->pageTailorInfo=array();
$LEM->pageRelevanceInfo=array();
Expand Down

0 comments on commit 051be27

Please sign in to comment.