Skip to content

Commit

Permalink
Dev: token information not reloaded for Opt Out
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jun 24, 2015
1 parent 2f27d2c commit 8773a39
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 @@ -9998,7 +9998,7 @@ public function loadTokenInformation($iSurveyId, $sToken = null, $bAnonymize = f
'token' => $sToken
));

if (is_null($oToken))
if ($oToken)
{
foreach ($oToken->attributes as $attribute => $value)
{
Expand Down

0 comments on commit 8773a39

Please sign in to comment.