[core] don't make_link(make_link(path)), fixes #1029
This commit is contained in:
parent
9998b3501d
commit
b06cf0b1da
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class ImageAdminBlockBuildingEvent extends Event
|
||||||
{
|
{
|
||||||
$this->add_part(
|
$this->add_part(
|
||||||
SHM_SIMPLE_FORM(
|
SHM_SIMPLE_FORM(
|
||||||
make_link($path),
|
$path,
|
||||||
INPUT([
|
INPUT([
|
||||||
"type" => "submit",
|
"type" => "submit",
|
||||||
"value" => $name,
|
"value" => $name,
|
||||||
|
|
Reference in a new issue