Changeset 5383
- Timestamp:
- 10/09/09 01:46:32 (4 years ago)
- Files:
-
- 1 modified
-
luci/branches/luci-0.9/libs/cbi/luasrc/cbi.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.9/libs/cbi/luasrc/cbi.lua
r5341 r5383 894 894 895 895 if section then 896 stat = section:match("^ %w+$") and self.map:set(section, nil, self.sectiontype)896 stat = section:match("^[%w_]+$") and self.map:set(section, nil, self.sectiontype) 897 897 else 898 898 section = self.map:add(self.sectiontype)
