Index: trunk/phase3/includes/FileDeleteForm.php |
— | — | @@ -102,7 +102,7 @@ |
103 | 103 | * Show the confirmation form |
104 | 104 | */ |
105 | 105 | private function showForm() { |
106 | | - global $wgOut, $wgUser, $wgRequest, $wgLang, $wgContLang, $wgServer; |
| 106 | + global $wgOut, $wgUser; |
107 | 107 | |
108 | 108 | $form = Xml::openElement( 'form', array( 'method' => 'post', 'action' => $this->getAction() ) ); |
109 | 109 | $form .= Xml::hidden( 'wpEditToken', $wgUser->editToken( $this->oldimage ) ); |