projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f1cf8
)
* Fixed bug in package management
author
Steven Barth
<steven@midlink.org>
Sun, 6 Apr 2008 19:21:36 +0000
(19:21 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 6 Apr 2008 19:21:36 +0000
(19:21 +0000)
src/ffluci/controller/admin/system.lua
patch
|
blob
|
history
diff --git
a/src/ffluci/controller/admin/system.lua
b/src/ffluci/controller/admin/system.lua
index 5d3150aa2abebc38d2d2e2d17374d85e8b02bb49..fc31ea22b598ba90d118229110e3fb14a914d41d 100644
(file)
--- a/
src/ffluci/controller/admin/system.lua
+++ b/
src/ffluci/controller/admin/system.lua
@@
-106,6
+106,7
@@
function action_packages()
-- Package info
local info = ffluci.model.ipkg.info(query)
+ info = info or {}
local pkgs = {}
-- Sort after status and name