Skip to content

Commit

Permalink
Dev: fix 1c644b9 child
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Oct 21, 2013
1 parent 1c644b9 commit 2ae2c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/expressions/em_core_helper.php
Expand Up @@ -573,7 +573,7 @@ private function RDP_EvaluateConstantVarOrFunction()
}
if ($relStatus==1)
{
$argtype=($this->GetVarAttribute($token[0],'onlynum'))?"NUMBER":"WORD";
$argtype=($this->GetVarAttribute($token[0],'onlynum',0))?"NUMBER":"WORD";
$result = array($this->GetVarAttribute($token[0],NULL,''),$token[1],$argtype);
}
else
Expand Down

0 comments on commit 2ae2c88

Please sign in to comment.