Update formFilm.php

This commit is contained in:
marian1010 2021-04-14 18:32:12 +02:00
parent 1c283b6326
commit 8062eb4c83

View File

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