modules/admin-full: Fixed package management page
This commit is contained in:
parent
f5046bbca7
commit
8b2e83f2d5
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ function action_packages()
|
|||
|
||||
|
||||
-- Package info
|
||||
local info = luci.model.ipkg.info("*"..query.."*")
|
||||
local info = luci.model.ipkg.info(query and "*"..query.."*")
|
||||
info = info or {}
|
||||
local pkgs = {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue