r70488 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r70487
|
r70488
|
r70489
>
Date:
06:02, 5 August 2010
Author:
reedy
Status:
ok
Tags:
Comment:
Followup
r70480
, per Nikerabbits comment, there '''is''' something to do
Modified paths:
/trunk/phase3/includes/api/ApiBase.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiBase.php
—
—
@@ -662,7 +662,7 @@
663
663
switch ( $type ) {
664
664
case 'NULL': // nothing to do
665
665
break;
666
- case 'string': // nothing to do
666
+ case 'string':
667
667
if ( $value === '' ) {
668
668
$this->dieUsageMsg( array( 'missingparam', $paramName ) );
669
669
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r70480
Followup
r70479
...
reedy
21:21, 4 August 2010
Status & tagging log
11:17, 6 August 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r70488
[
removed:
new
added:
ok]