FS-7689 #resolve

This commit is contained in:
Anthony Minessale 2015-06-19 13:22:59 -05:00
parent afabc3cf5e
commit 73f45e3758
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ static switch_xml_t lua_fetch(const char *section,
}
lua_getglobal(L, "XML_STRING");
str = lua_tostring(L, 1);
str = lua_tostring(L, -1);
if (str) {
if (zstr(str)) {