Minor bug fix

Contrast_Picker
Arcidayne 9 years ago
parent 9327d9d8ab
commit 69051df64c

@ -97,7 +97,7 @@ end
function raw_get(retval, page, status, headers, full_status, request_url)
if status == 200 then
raw_version = tonumber(string.match(page, '%s%s+version="([0-9%.]_)"'))
raw_version = tonumber(string.match(page, '%s%s+version="([0-9%.]+)"'))
end
if raw_version == PLUGIN_VERSION then

Loading…
Cancel
Save