summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/controller/admin/system.lua
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-04-06 19:48:29 +0000
committerSteven Barth <steven@midlink.org>2008-04-06 19:48:29 +0000
commit9de2f0d5918a0fb2b6d73fb8bcf9db1c9f9cc745 (patch)
treea8b31d7e67029225b38d81589b608131667975c2 /src/ffluci/controller/admin/system.lua
parentb337ba71b15c06b9355d63a96bca9f1ba215aa0e (diff)
Diffstat (limited to 'src/ffluci/controller/admin/system.lua')
-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 864c552393..fc31ea22b5 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 and v.Package and j.Package > v.Package then
+ if j.Package > v.Package then
break
end
end