Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-18 21:37:02 +02:00
committed by GitHub
parent 0398094c5a
commit 94f76e7a82
9 changed files with 283 additions and 3 deletions

View File

@ -95,7 +95,7 @@ abstract class Form {
$opciones = array_merge($opcionesPorDefecto, $opciones);
$this->ajax = $opciones['ajax'];
$this->action = $opciones['action'];
$this->action = $opciones['action'];
$this->classAtt = $opciones['class'];
$this->enctype = $opciones['enctype'];