From: Ævar Arnfjörð Bjarmason Date: Fri, 8 Apr 2005 20:53:51 +0000 (+0000) Subject: * Removing the if($wgMetaNamespace === FALSE) line, inherited from the parent. X-Git-Tag: 1.5.0alpha1~339 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=a07d3283b1244b63e9006ab8077d56509af59c9b;p=lhc%2Fweb%2Fwiklou.git * Removing the if($wgMetaNamespace === FALSE) line, inherited from the parent. --- diff --git a/languages/LanguageIs.php b/languages/LanguageIs.php index d3e32c98e4..11f399595f 100644 --- a/languages/LanguageIs.php +++ b/languages/LanguageIs.php @@ -14,9 +14,6 @@ require_once( 'LanguageUtf8.php' ); -if($wgMetaNamespace === FALSE) - $wgMetaNamespace = str_replace( ' ', '_', $wgSitename ); - /* private */ $wgNamespaceNamesIs = array( NS_MEDIA => 'Miðill', NS_SPECIAL => 'Kerfissíða',