Open
Description
In line 638 there is function columnPatch(...)
protected function columnPatch($col, array $params)
{
extract($params);
/** @var int $height */
if ($height > 0) $height = '+'.$height;
...
checks $height > 0 but it should check $height >= 0
otherwise it generates an invalid SQL snippet if $cut is set.
Metadata
Metadata
Assignees
Labels
No labels