Revision 415
- Date:
- 2014/02/12 08:37:53
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/comps/contenido/sections.html
336 336 } else { 337 337 push @sections, $parent_new->id; 338 338 } 339 @sections = grep { $_ == $owner->id } @sections if $ARGS{move}; 339 @sections = grep { $_ != $owner->id } @sections if $ARGS{move}; 340 340 $object->sections( @sections ); 341 341 } else { 342 342 $object->sections( $parent_new->id );