Skip to content
Snippets Groups Projects
Stefan Galinski's avatar
Stefan Galinski authored
Fix negativ pid when doing a positioned insert

If you insert a content element (or a page) at a concrete position
f.e. after content element 15 the value in $row['pid'] is -15.

But in $this->data we already have the real pid, so we can just use it.

See merge request !7
2136b599
History
Name Last commit Last update