From b337ba71b15c06b9355d63a96bca9f1ba215aa0e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 6 Apr 2008 19:25:23 +0000 Subject: [PATCH] --- src/ffluci/controller/admin/system.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0