stefangabos/Zebra_Database

Wrong use of a variable in implode()

pbm845 opened this issue · 2 comments

foreach ($items as $item) $result .= ($result != '' ? ',' : '') . '\'' . $this->escape($items) . '\'';

It is apparent that the variable that is escaped must be $item

That is correct, it seems i broke it with d4c17c6

It is now fixed and I published a new release which should be available soon via Composer.
thanks a lot for reporting!