Skip to content

Commit

Permalink
Dev: 9c0ce00 child. Remove LEMforceRefresh forced.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Feb 22, 2013
1 parent aaccb86 commit 830ed66
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 @@ -2730,7 +2730,7 @@ private function _recursivelyFindAntecdentArrayFilters($qroot, $aflist, $afelist

private function setVariableAndTokenMappingsForExpressionManager($surveyid,$forceRefresh=false,$anonymized=false,$allOnOnePage=false)
{
if (isset($_SESSION['LEMforceRefresh']) || true) {
if (isset($_SESSION['LEMforceRefresh'])) {
unset($_SESSION['LEMforceRefresh']);
$forceRefresh=true;
}
Expand Down

0 comments on commit 830ed66

Please sign in to comment.