Promotion

This commit is contained in:
marian1010
2021-05-13 12:29:47 +02:00
parent 60d6bdbd36
commit 2a89128d0b
5 changed files with 436 additions and 13 deletions

View File

@ -57,7 +57,7 @@ class formEditFilm extends Form{
$result = array();
$id = $this->test_input($_POST['id']) ?? null;
if ( empty($id)) {
if ( is_null($id)) {
$result[] = "La pelicula seleccionada no existe.";
}