From 63595c26a9bc78aca35d1c692e2b23ec3c060652 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Sat, 1 Dec 2018 12:13:25 -0500 Subject: [PATCH] local to global function call --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index 360d7d0..4c07c86 100644 --- a/api.lua +++ b/api.lua @@ -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