From: Antoine Musso Date: Sat, 9 Jul 2005 16:03:08 +0000 (+0000) Subject: Fix #2513 : hardcoded english namespaces which are the default anyway X-Git-Tag: 1.5.0beta4~190 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=b44952c9c67f20d86f16ad6ebe6f365368e94b53;p=lhc%2Fweb%2Fwiklou.git Fix #2513 : hardcoded english namespaces which are the default anyway --- diff --git a/languages/LanguageEo.php b/languages/LanguageEo.php index 45d4334a81..f393d14001 100644 --- a/languages/LanguageEo.php +++ b/languages/LanguageEo.php @@ -993,8 +993,6 @@ class LanguageEo extends LanguageUtf8 { foreach ( $wgNamespaceNamesEo as $i => $n ) { if ( 0 == strcasecmp( $n, $text ) ) { return $i; } } - if( 0 == strcasecmp( 'Special', $text ) ) return -1; - if( 0 == strcasecmp( 'Wikipedia', $text ) ) return 4; return false; }