Revert "Update formFilm.php"

This reverts commit 834df1cd17.
This commit is contained in:
marian1010 2021-04-14 19:07:59 +02:00
parent 834df1cd17
commit 087037f142
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class FormFilm extends Form {
} else if($this->option == "show") {
$this->array = $bd->allFilmData();
}
} else {$this->correct = false;}
else {$this->correct = false;}
}
}