Index: branches/uploadwizard/phase3/includes/specials/SpecialSessionStash.php |
— | — | @@ -87,7 +87,7 @@ |
88 | 88 | * @return {File} file object |
89 | 89 | * @throws MWException, SessionStashFileNotFoundException, SessionStashBadPathException |
90 | 90 | */ |
91 | | - private function getStashFile( $subPage ); |
| 91 | + private function getStashFile( $subPage ) { |
92 | 92 | // due to an implementation quirk (and trying to be compatible with older method) |
93 | 93 | // the stash key doesn't have an extension |
94 | 94 | $key = $subPage; |