Update formFilm.php

This commit is contained in:
marian1010 2021-04-14 18:32:12 +02:00
parent 1c283b6326
commit 8062eb4c83
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;}
}
}