Index: sections.html =================================================================== --- sections.html (revision 414) +++ sections.html (revision 415) @@ -336,7 +336,7 @@ } else { push @sections, $parent_new->id; } - @sections = grep { $_ == $owner->id } @sections if $ARGS{move}; + @sections = grep { $_ != $owner->id } @sections if $ARGS{move}; $object->sections( @sections ); } else { $object->sections( $parent_new->id );