Changeset 5711

Show
Ignore:
Timestamp:
03/01/10 03:59:43 (3 years ago)
Author:
blogic
Message:

fixes parent caps of foreach element

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci2/cbi2/widgets/foreach.c

    r5709 r5711  
    99struct cbi_widget foreach = { 
    1010    .caps = CAP_DATA | CAP_PACKAGE | CAP_SECTION | CAP_ITERATE, 
    11     .parent_caps = CAP_SECTION, 
     11    .parent_caps = CAP_PACKAGE, 
    1212    WPROPS(foreach_props), 
    1313};