Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -1848,7 +1848,6 @@ |
1849 | 1849 | if ( $action == null ) { |
1850 | 1850 | $text = wfMsgNoTrans( 'permissionserrorstext', count( $errors ) ) . "\n\n"; |
1851 | 1851 | } else { |
1852 | | - global $wgLang; |
1853 | 1852 | $action_desc = wfMsgNoTrans( "action-$action" ); |
1854 | 1853 | $text = wfMsgNoTrans( |
1855 | 1854 | 'permissionserrorstext-withaction', |