From: Steven Barth Date: Sun, 6 Apr 2008 19:25:23 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 0.8.0~1153 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=b337ba71b15c06b9355d63a96bca9f1ba215aa0e --- diff --git a/src/ffluci/controller/admin/system.lua b/src/ffluci/controller/admin/system.lua index fc31ea22b..864c55239 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