Fixing a bug where op=movePageLeft wouldn't work.
This commit is contained in:
parent
40cc46321e
commit
b5b05b1880
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue