Commit 5f903c8e by Van

Test Update CustomQueriesExtension.php

parent af2e20e6
......@@ -160,7 +160,7 @@ class CustomQueriesExtension extends SimpleExtension
}
if(!empty($value['exclude'])) {
$where .= ' AND (';
$where .= ' (';
foreach ($value['exclude'] as $val) {
list($operator, $val) = $this->_getOperatorExclude($val);
$where .= $field.' '.$operator.' '.$val.' AND ';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment