X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLExpiryField.php;h=dfe6a8a6238970d56b8480c3483f087b6fc771c5;hb=94e7349de4d810570f24f0bdc4869e1cd1a209d6;hp=b68c7e34356ce976d670fe49b0d1aab5eec3c398;hpb=c8f77e97faaecfb656042554fdc4d60d32ad39e8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLExpiryField.php b/includes/htmlform/fields/HTMLExpiryField.php index b68c7e3435..dfe6a8a623 100644 --- a/includes/htmlform/fields/HTMLExpiryField.php +++ b/includes/htmlform/fields/HTMLExpiryField.php @@ -29,7 +29,7 @@ class HTMLExpiryField extends HTMLFormField { * Use whatever the relative field is as the standard HTML input. */ public function getInputHTML( $value ) { - return $this->relativeField->getInputHtml( $value ); + return $this->relativeField->getInputHTML( $value ); } protected function shouldInfuseOOUI() {