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:
14e26a7
)
(no commit message)
author
Steven Barth
<steven@midlink.org>
Sun, 6 Apr 2008 19:25:23 +0000
(19:25 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 6 Apr 2008 19:25:23 +0000
(19:25 +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 fc31ea22b598ba90d118229110e3fb14a914d41d..864c552393f5d8a6d988cc7fff38cfa433924e48 100644
(file)
--- a/
src/ffluci/controller/admin/system.lua
+++ b/
src/ffluci/controller/admin/system.lua
@@
-120,7
+120,7
@@
function action_packages()
break
end
else
- if j.Package > v.Package then
+ if j.Package
and v.Package and j.Package
> v.Package then
break
end
end