Don't spew notices all over everything... $file variable apparently no longer exists
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 30 Nov 2007 20:29:39 +0000 (20:29 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 30 Nov 2007 20:29:39 +0000 (20:29 +0000)
languages/Language.php

index bb9d44e..79d76f7 100644 (file)
@@ -1991,7 +1991,7 @@ class Language {
                                if ( self::isLocalisationOutOfDate( $cache ) ) {
                                        $wgMemc->delete( $memcKey );
                                        $cache = false;
-                                       wfDebug( "Language::loadLocalisation(): localisation cache for $code had expired due to update of $file\n" );
+                                       wfDebug( "Language::loadLocalisation(): localisation cache for $code had expired\n" );
                                } else {
                                        self::$mLocalisationCache[$code] = $cache;
                                        wfDebug( "Language::loadLocalisation(): got localisation for $code from cache\n" );