From da03a57a59d69c0ad862119baaf23605f1dd3558 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 25 Jul 2010 17:46:15 +0000 Subject: [PATCH] Remove unused global faster than Reedy. --- includes/OutputPage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index a9ea83b2d6..be9c459586 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1848,7 +1848,6 @@ class OutputPage { if ( $action == null ) { $text = wfMsgNoTrans( 'permissionserrorstext', count( $errors ) ) . "\n\n"; } else { - global $wgLang; $action_desc = wfMsgNoTrans( "action-$action" ); $text = wfMsgNoTrans( 'permissionserrorstext-withaction', -- 2.20.1