From: Platonides Date: Thu, 12 Aug 2010 14:00:10 +0000 (+0000) Subject: No need for $wgUser since r70653 X-Git-Tag: 1.31.0-rc.0~35530 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=5de0fbd0de6eec8092389d1ac7f58f4c6fbfa7e2;p=lhc%2Fweb%2Fwiklou.git No need for $wgUser since r70653 --- diff --git a/includes/Linker.php b/includes/Linker.php index 7b3e5a5856..64fb366207 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -440,7 +440,7 @@ class Linker { return $res; } - global $wgContLang, $wgUser, $wgThumbLimits, $wgThumbUpright; + global $wgContLang, $wgThumbLimits, $wgThumbUpright; if ( $file && !$file->allowInlineDisplay() ) { wfDebug( __METHOD__.': '.$title->getPrefixedDBkey()." does not allow inline display\n" ); return $this->link( $title );