Make SHM_FORM generate the correct targets
This commit is contained in:
parent
bc3de6a52a
commit
7b9c9dc208
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user