summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-04-06 19:25:23 +0000
committerSteven Barth <steven@midlink.org>2008-04-06 19:25:23 +0000
commitb337ba71b15c06b9355d63a96bca9f1ba215aa0e (patch)
treefd7f11799cd85936522ab0715a08f9389ab2392b
parent14e26a7ea88afe12020b7097c7ca0bfab42aaa42 (diff)
-rw-r--r--src/ffluci/controller/admin/system.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffluci/controller/admin/system.lua b/src/ffluci/controller/admin/system.lua
index fc31ea22b5..864c552393 100644
--- 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