From 5de0fbd0de6eec8092389d1ac7f58f4c6fbfa7e2 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 12 Aug 2010 14:00:10 +0000 Subject: [PATCH] No need for $wgUser since r70653 --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1