Ignore:
Timestamp:
08/29/08 08:17:54 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/ItemUtils.java

    r247 r286  
    457457
    458458                for (Item i : toCopy) {
    459 
     459                        //Dont copy parts of a vector
     460                        if(!i.hasPermission(Permission.copy))
     461                                continue;
     462                       
    460463                        // BROOK
    461464                        if (i instanceof WidgetCorner) { // dont add these
Note: See TracChangeset for help on using the changeset viewer.