Index: trunk/phase3/includes/specials/SpecialUpload.php |
— | — | @@ -909,7 +909,7 @@ |
910 | 910 | * @return Array: descriptor array |
911 | 911 | */ |
912 | 912 | protected function getDescriptionSection() { |
913 | | - global $wgUser, $wgOut; |
| 913 | + global $wgUser; |
914 | 914 | |
915 | 915 | $descriptor = array( |
916 | 916 | 'DestFile' => array( |