Fix class/function case mismatches
[lhc/web/wiklou.git] / includes / htmlform / fields / HTMLExpiryField.php
index b68c7e3..dfe6a8a 100644 (file)
@@ -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() {