X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FHtml.php;h=dfd80a8c434dd7ef0bd00a9aa7dcefc334e882eb;hb=f894f2ec986f2d56b9b2b2372d38d90981672b79;hp=524fdcd7d91b79eb4a43b589164a6eeb27665c25;hpb=85b49b0b73b470593ed2429d846e530efd60549b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Html.php b/includes/Html.php index 524fdcd7d9..dfd80a8c43 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -683,7 +683,7 @@ class Html { * @param string $heading (optional) * @return string of HTML representing a box. */ - public static function messageBox( $html, $className, $heading = '' ) { + private static function messageBox( $html, $className, $heading = '' ) { if ( $heading ) { $html = self::element( 'h2', [], $heading ) . $html; }