Merge "Add 'show-multimedia-search-results' to SearchEngine feature data"
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index c7f132a..d21cc1d 100644 (file)
@@ -1436,7 +1436,6 @@ function wfMsgReplaceArgs( $message, $args ) {
 function wfHostname() {
        static $host;
        if ( is_null( $host ) ) {
-
                # Hostname overriding
                global $wgOverrideHostname;
                if ( $wgOverrideHostname !== false ) {