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 @@
699699 }
700700 break;
701701 case 'boolean':
702 - if ( $multi )
 702+ if ( $multi ) {
703703 ApiBase::dieDebug( __METHOD__, "Multi-values not supported for $encParamName" );
 704+ }
704705 break;
705706 case 'timestamp':
706707 if ( $multi ) {

Status & tagging log