Skip to content

Commit

Permalink
Dev Removed translation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 21, 2017
1 parent a51d20c commit 6f7ab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/expressions/em_core_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ private function RDP_EvaluateConstantVarOrFunction()
// NB: No break needed
case 'COMMA':
--$this->RDP_pos;
$this->RDP_AddError(self::gT("Should never get to this line?"),$token);
$this->RDP_AddError("Should never get to this line?",$token);
return false;
// NB: No break needed
default:
Expand Down

0 comments on commit 6f7ab81

Please sign in to comment.