Last modified: 2009-07-19 17:25:57 UTC
See URL. On trunk (1.16alpha - r53479) the [[Special:SpecialPages]] title is "Upload file".
Fixed in r53483. Restructured SpecialUpload class was performing output in constructor; this messed up other pages using the object in the background, as Special:Specialpages... split out the initialization and moved header output to execute()