Fixed last commit
This commit is contained in:
parent
8d372d2f28
commit
5d3bddd899
1 changed files with 2 additions and 1 deletions
|
@ -916,7 +916,8 @@ uvlitem._ucicache = {}
|
|||
function uvlitem._loadconf(self, co, c)
|
||||
co = co or self._ucicache[c]
|
||||
if not co then
|
||||
local co, err = cursor:get_all(c)
|
||||
local err
|
||||
co, err = cursor:get_all(c)
|
||||
|
||||
if err then
|
||||
self:error(ERR.UCILOAD(self, err))
|
||||
|
|
Loading…
Reference in a new issue