Skip to content

Commit

Permalink
Fixed issue #13524: EM Error on Validation on hidden question and debug
Browse files Browse the repository at this point in the history
Dev: validating validEqn ? Then test validEqn …
  • Loading branch information
Shnoulle committed Mar 22, 2018
1 parent e21085f commit 4524239
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 @@ -9612,7 +9612,7 @@ static public function ShowSurveyLogicFile($sid, $gid=NULL, $qid=NULL,$LEMdebugL
//////
// Must parse Validation this way so that regex (preg) works
$prettyValidEqn = '';
if ($q['prettyValidEqn'] != '') {
if ($q['validEqn'] != '') {
$validationEqn = $q['validEqn'];
if (!isset($LEM->ParseResultCache[$validationEqn]))
{
Expand Down

0 comments on commit 4524239

Please sign in to comment.