Update formFilm.php

This commit is contained in:
marian1010 2021-04-14 19:07:47 +02:00
parent 8062eb4c83
commit 834df1cd17
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;}
}
}