Bug with template

This commit is contained in:
sparkyx 2023-07-12 00:04:24 +02:00
parent 54a2403fa0
commit 4420a634c3

View file

@ -35,7 +35,7 @@ if (isset($_POST['upd']) &&
{
$name=$http->post('name');
$desc =$http->post('desc');
$mod_id=$http->post("m", 0);
$mod_id=$http->post("m", "number",0);
if (trim($name) != "" && $mod_id != 0 && isNumber($mod_id)==1)
{