Make SHM_FORM generate the correct targets

This commit is contained in:
Shish 2020-03-27 14:46:55 +00:00
parent bc3de6a52a
commit 7b9c9dc208

View File

@ -677,7 +677,7 @@ function SHM_FORM(string $target, string $method="POST", bool $multipart=false,
global $user; global $user;
$attrs = [ $attrs = [
"action"=>$target, "action"=>make_link($target),
"method"=>$method "method"=>$method
]; ];