Update formAddCinema.php

This commit is contained in:
marian1010 2021-05-13 12:39:12 +02:00
parent a5cac66b1d
commit 31ba3ec858
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ include_once('../assets/php/form.php');
class formAddCinema extends Form{
public function __construct(){
$op = array("action"=>"./?state=mc">);
$op = array("action"=>"./?state=mc");
parent::__construct('formAddCinema',$op);
}