X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fvalidations%2Fevts.inc.php;h=73ec0ca9ca49b0b76e19c8119f800d4c0749e417;hb=6b1013a132ed8943661ab8c3fa18de0b1add56bc;hp=fbc3e8106fc82cd721bf615327556d3487e7b22c;hpb=5daf68f6846682e439570b5245a6109ada8d9304;p=platal.git diff --git a/include/validations/evts.inc.php b/include/validations/evts.inc.php index fbc3e81..73ec0ca 100644 --- a/include/validations/evts.inc.php +++ b/include/validations/evts.inc.php @@ -41,7 +41,7 @@ class EvtReq extends Validate // }}} // {{{ constructor - public function __construct($_titre, $_texte, $_pmin, $_pmax, $_peremption, $_comment, User $_user, PlUpload &$upload = null) + public function __construct($_titre, $_texte, $_pmin, $_pmax, $_peremption, $_comment, User &$_user, PlUpload &$upload = null) { parent::__construct($_user, false, 'evts'); $this->titre = $_titre;