X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLInfoField.php;h=1376d0c86b6fac916bf705cbdb0074ae27ada937;hb=5049af1048c77b1ea6ab3193688d23a48ddf8df0;hp=6dc5d08091c3121af8fd4ca8216f0b5f80eb879a;hpb=d24af42ffff087a0824f6e9abefa33cab3e4e835;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLInfoField.php b/includes/htmlform/fields/HTMLInfoField.php index 6dc5d08091..1376d0c86b 100644 --- a/includes/htmlform/fields/HTMLInfoField.php +++ b/includes/htmlform/fields/HTMLInfoField.php @@ -19,7 +19,7 @@ class HTMLInfoField extends HTMLFormField { parent::__construct( $info ); } - function getDefault() { + public function getDefault() { $default = parent::getDefault(); if ( $default instanceof Closure ) { $default = call_user_func( $default, $this->mParams );