small bugfix

This commit is contained in:
Manuel Simon Hirsig
2016-08-02 20:00:30 +02:00
parent 06189629cd
commit 58490ddcd2
+1 -1
View File
@@ -845,7 +845,7 @@ function private.set_form(components)
end
function private.import_query_string()
local components, error = Aux.filter.parse_query_string(m.search_box:GetText())
local components, error = Aux.filter.parse_query_string(({strfind(m.search_box:GetText(), '^([^;]*)')})[3])
if components then
m.set_form(components)
else