Fixing a bug where op=movePageLeft wouldn't work.

This commit is contained in:
Martin Kamerbeek 2004-08-11 14:31:05 +00:00
parent 40cc46321e
commit b5b05b1880

View file

@ -1236,7 +1236,7 @@ sub moveUp {
parentId
end
where
nestedSetRight between ". $self->get('nestedSetLeft') ." and ". $mother->get('nestedSetRight')."
nestedSetRight between ". $self->get('nestedSetLeft') ." and ". $mother->get('nestedSetRight')." or
nestedSetLeft between ". $self->get('nestedSetLeft') ." and ". $mother->get('nestedSetRight');
WebGUI::SQL->write($sql);