uci:get_list: always return a table, no matter what.
[project/luci.git] / modules / luci-base / luasrc / model / uci.luadoc
index f3aa609..9e4a58f 100644 (file)
@@ -88,7 +88,8 @@ Get an option or list and return values as table.
 @param config  UCI config
 @param section UCI section name
 @param option  UCI option
-@return                        UCI value
+@return                table.  If the option was not found, you will simply get
+--             an empty table.
 ]]
 
 ---[[