diff --git a/application/helpers/expressions/em_manager_helper.php b/application/helpers/expressions/em_manager_helper.php index b9004daf733..903b369fac8 100644 --- a/application/helpers/expressions/em_manager_helper.php +++ b/application/helpers/expressions/em_manager_helper.php @@ -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();