luci-app-bmx6: return if json problem detected
[lede-routing/.git] / luci-app-bmx6 / files / usr / lib / lua / luci / model / cbi / bmx6 / main.lua
index d4e0745aa668058e2976ac669e132455eb5ebe6a..8ff35202f5f9536f0f28b42226f82b312f6cc182 100644 (file)
@@ -27,7 +27,8 @@ m = Map("bmx6", "bmx6")
 -- Getting json and Checking if bmx6-json is avaiable
 local options = bmx6json.get("options")
 if options == nil or options.OPTIONS == nil then
-        m.message = "bmx6-json plugin is not running or some mistake in luci-bmx6 configuration, check /etc/config/luci-bmx6"
+       m.message = "bmx6-json plugin is not running or some mistake in luci-bmx6 configuration, check /etc/config/luci-bmx6"
+       return m
 else
        options = options.OPTIONS
 end