Tidy up some unused variables and such
[lhc/web/wiklou.git] / includes / specials / SpecialUploadStash.php
index 901ecea..f262c0a 100644 (file)
@@ -320,7 +320,6 @@ class SpecialUploadStash extends UnlistedSpecialPage {
                $this->setHeaders();
                $this->outputHeader();
 
-
                // create the form, which will also be used to execute a callback to process incoming form data
                // this design is extremely dubious, but supposedly HTMLForm is our standard now?