Debug
This commit is contained in:
committed by
GitHub
parent
d0556cdafe
commit
015b2ffcf8
@ -142,7 +142,7 @@
|
||||
}
|
||||
function confirmAdd() {
|
||||
$cine = new FormCinema();
|
||||
$cine->processesForm($_POST['id'], $_POST['name'], $_POST['direction'], $_POST['phone'],"new");
|
||||
$cine->processesForm(null, $_POST['name'], $_POST['direction'], $_POST['phone'],"new");
|
||||
$_SESSION['message'] = $cine->getReply();
|
||||
header('Location: ../panel_admin/index.php?state=mc');
|
||||
}
|
||||
|
Reference in New Issue
Block a user