r62531 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r62530
|
r62531
|
r62532
>
Date:
17:50, 15 February 2010
Author:
mah
Status:
ok
Tags:
Comment:
follow-up
r62498
— use the new functionality of requireOnlyOneParameter of allowing “false” defaults
Modified paths:
/trunk/phase3/includes/api/ApiUpload.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiUpload.php
—
—
@@ -277,7 +277,7 @@
278
278
'watch' => false,
279
279
'ignorewarnings' => false,
280
280
'file' => null,
281
- 'enablechunks' => null, /* must be null to work with requireOnlyOneParameter */
281
+ 'enablechunks' => false,
282
282
'chunksession' => null,
283
283
'chunk' => null,
284
284
'done' => false,
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r62498
follow up
r62353
Make ApiBase::requireOnlyOneParameter() accept parameters th...
mah
07:06, 15 February 2010
Status & tagging log
17:56, 15 February 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r62531
[
removed:
new
added:
ok]