Bug with template
This commit is contained in:
parent
54a2403fa0
commit
4420a634c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue