Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-08 15:10:08 +02:00
committed by GitHub
parent 880a74379f
commit ff7c9d103d
13 changed files with 32 additions and 28 deletions

View File

@ -10,7 +10,7 @@ class formDeletePromotion extends Form{
public function __construct() {
$op = array("action" => "./?state=mp&option=d");
$op = array("action" => "./?state=mp");
parent::__construct('formEditPromotion', $op);
}