* ffluci.sgi.haserl: Several fixes
[project/luci.git] / core / src / ffluci / menu.lua
index c153ef5..ed05f88 100644 (file)
@@ -118,6 +118,8 @@ end
 
 -- Returns the menu information
 function get()
-       collect()
+       if not menu then
+               collect()
+       end
        return menu
 end
\ No newline at end of file