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 @@
34
34
const HOOK_ABORTED = 11;
35
35
36
36
const SESSION_VERSION = 2;
37
+ const SESSION_KEYNAME = 'wsUploadData';
37
38
38
39
/**
39
40
* Returns true if uploads are enabled.
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r64403
* Set $titleObj to null by default on getWatchlistValue since it often isn't ...
mah
19:10, 30 March 2010
Status & tagging log
21:55, 3 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r76089
[
removed:
new
added:
deferred]