r64275 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64274‎ | r64275 | r64276 >
Date:21:34, 27 March 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix coding style, whitespace in r64267
Modified paths:
  • /trunk/phase3/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiBase.php
@@ -541,11 +541,10 @@
542542 return true;
543543 case 'unwatch':
544544 return false;
545 - case 'preferences':
 545+ case 'preferences':
546546 if ( $titleObj->exists() ) {
547547 global $wgUser;
548 -
549 - return ($wgUser->getOption( 'watchdefault' ) || $titleObj->userIsWatching());
 548+ return $wgUser->getOption( 'watchdefault' ) || $titleObj->userIsWatching();
550549 }
551550 return false;
552551 case 'nochange':

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64267Followup to r64197...reedy17:51, 27 March 2010

Status & tagging log