The beginnings of HipHop compiled mode support. It works now for parser cache hits.
[lhc/web/wiklou.git] / maintenance / addwiki.php
index bed2ad6..5d0a54a 100644 (file)
@@ -57,7 +57,7 @@ class AddWiki extends Maintenance {
                $languageNames = Language::getLanguageNames();
 
                if ( !isset( $languageNames[$lang] ) ) {
-                       $this->error( "Language $lang not found in \$wgLanguageNames", true );
+                       $this->error( "Language $lang not found in Names.php", true );
                }
                $name = $languageNames[$lang];