r76089 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76088‎ | r76089 | r76090 >
Date:13:18, 5 November 2010
Author:catrope
Status:deferred
Tags:
Comment:
Add UploadBase::SESSION_KEYNAME, introduced in r64403, to prevent stuff from breaking
Modified paths:
  • /branches/uploadwizard-deployment/includes/upload/UploadBase.php (modified) (history)

Diff [purge]

Index: branches/uploadwizard-deployment/includes/upload/UploadBase.php
@@ -33,6 +33,7 @@
3434 const HOOK_ABORTED = 11;
3535
3636 const SESSION_VERSION = 2;
 37+ const SESSION_KEYNAME = 'wsUploadData';
3738
3839 /**
3940 * Returns true if uploads are enabled.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64403* Set $titleObj to null by default on getWatchlistValue since it often isn't ...mah19:10, 30 March 2010

Status & tagging log