@@ -92,9 +92,9 @@ |
||
92 | 92 | // took from addCascadeScript() |
93 | 93 | $must_escape = ['=', '>', '<', '>=', '<=', '!=']; |
94 | 94 | if (($index = array_search($operator, $must_escape)) !== false) { |
95 | - $operator_escaped = "op$index"; |
|
95 | + $operator_escaped = "op$index"; |
|
96 | 96 | } else { |
97 | - $operator_escaped = $operator; |
|
97 | + $operator_escaped = $operator; |
|
98 | 98 | } |
99 | 99 | |
100 | 100 | if (is_array($value)) { |