X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libs%2Fuvl%2Fluasrc%2Fuvl.lua;h=089789a5aaf34509ca0cd6185b3ccb7c970b1395;hb=885e54007fdaaaa8d4972e904685c6a0ff609e50;hp=f40063c7b4a5ce2c2ce5906eab0e203f2c8e30fa;hpb=98ff081c9f67d876349a56a1b75e1fae51bc15e2;p=oweals%2Fluci.git diff --git a/libs/uvl/luasrc/uvl.lua b/libs/uvl/luasrc/uvl.lua index f40063c7b..089789a5a 100644 --- a/libs/uvl/luasrc/uvl.lua +++ b/libs/uvl/luasrc/uvl.lua @@ -1119,7 +1119,7 @@ end --- Get the value of this option. -- @return The associated configuration value function option.value(self) - local v = self:config() + local v = self:config() or self:scheme('default') if v and self:scheme('multival') then v = luci.util.split( v, "%s+", nil, true ) end