r69715 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69714
|
r69715
|
r69716
>
Date:
06:44, 22 July 2010
Author:
reedy
Status:
ok
Tags:
Comment:
Add braces
Modified paths:
/trunk/phase3/includes/api/ApiBase.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiBase.php
—
—
@@ -698,8 +698,9 @@
699
699
}
700
700
break;
701
701
case 'boolean':
702
- if ( $multi )
702
+ if ( $multi ) {
703
703
ApiBase::dieDebug( __METHOD__, "Multi-values not supported for $encParamName" );
704
+ }
704
705
break;
705
706
case 'timestamp':
706
707
if ( $multi ) {
Status & tagging log
10:07, 22 July 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r69715
[
removed:
new
added:
ok]