r74015 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74014‎ | r74015 | r74016 >
Date:11:07, 30 September 2010
Author:neilk
Status:deferred
Tags:
Comment:
typo, missing {
Modified paths:
  • /branches/uploadwizard/phase3/includes/specials/SpecialSessionStash.php (modified) (history)

Diff [purge]

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

Status & tagging log