@@ -26,7 +26,7 @@ |
||
26 | 26 | $rightOperand = $this->getRightOperand(); |
27 | 27 | if ($rightOperand instanceof Parameter) { |
28 | 28 | if (!isset($parameters[$rightOperand->getName()])) { |
29 | - throw new MagicQueryException("Missing parameter '" . $rightOperand->getName() . "' for 'IN' operand."); |
|
29 | + throw new MagicQueryException("Missing parameter '".$rightOperand->getName()."' for 'IN' operand."); |
|
30 | 30 | } |
31 | 31 | if ($parameters[$rightOperand->getName()] === []) { |
32 | 32 | return "FALSE"; |