Update webpagetool.php

This commit is contained in:
Namhyeon Go 2020-04-20 20:21:07 +09:00 committed by GitHub
parent 32832519a1
commit 4f9ddb5634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ if(!is_fn("get_web_cmd")) {
}
// #110 [helper/webpagetool] post array data, but (string)`Array` given
if(count($_data)) > 0) {
if(count($_data) > 0) {
$args[] = sprintf("--data '%s'", get_web_build_qs("", $_data));
}