From: Antoine Musso Date: Tue, 21 Sep 2004 19:47:31 +0000 (+0000) Subject: fix tab X-Git-Tag: 1.5.0alpha1~1906 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=d2ff5b147b8e85b10f8b9b9288845c56b333b6d1;p=lhc%2Fweb%2Fwiklou.git fix tab --- diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index cc8e451bb2..24bb15c051 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -110,7 +110,7 @@ class SkinPHPTal extends Skin { global $wgScript, $wgStylePath, $wgLanguageCode, $wgUseNewInterlanguage; global $wgMimeType, $wgOutputEncoding, $wgUseDatabaseMessages, $wgRequest; global $wgDisableCounters, $wgLogo, $action, $wgFeedClasses, $wgSiteNotice; - global $wgMaxCredits, $wgShowCreditsIfMax; + global $wgMaxCredits, $wgShowCreditsIfMax; extract( $wgRequest->getValues( 'oldid', 'diff' ) );