local to global function call

master
Juraj Vajda 2018-12-01 12:13:25 -05:00
parent faca6894e3
commit 63595c26a9
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ end
-- @return string with found items, if no items found returns boolean false
function x_marketplace.store_find(string)
local found = ""
local str = normalize_nodename(string)
local str = x_marketplace.normalize_nodename(string)
if not str then
return false