diff --git a/ext/pools/theme.php b/ext/pools/theme.php index e3931d03..d508e8e2 100644 --- a/ext/pools/theme.php +++ b/ext/pools/theme.php @@ -168,13 +168,6 @@ class PoolsTheme extends Themelet { global $user; - // This could become a SHM_INPUT function that also accepts 'type' and other attributes. - $_hidden = function (string $name, $value) { - return INPUT(["type" => "hidden", "name" => $name, "value" => $value]); - }; - - $_input_id = $_hidden("pool_id", $pool->id); - $editor = emptyHTML( SHM_SIMPLE_FORM( "pool/import/{$pool->id}",