[core] don't make_link(make_link(path)), fixes #1029

This commit is contained in:
Shish 2024-02-12 11:19:24 +00:00
parent 9998b3501d
commit b06cf0b1da

View file

@ -36,7 +36,7 @@ class ImageAdminBlockBuildingEvent extends Event
{
$this->add_part(
SHM_SIMPLE_FORM(
make_link($path),
$path,
INPUT([
"type" => "submit",
"value" => $name,