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 @@
542
542
return true;
543
543
case 'unwatch':
544
544
return false;
545
- case 'preferences':
545
+ case 'preferences':
546
546
if ( $titleObj->exists() ) {
547
547
global $wgUser;
548
-
549
- return ($wgUser->getOption( 'watchdefault' ) || $titleObj->userIsWatching());
548
+ return $wgUser->getOption( 'watchdefault' ) || $titleObj->userIsWatching();
550
549
}
551
550
return false;
552
551
case 'nochange':
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r64267
Followup to
r64197
...
reedy
17:51, 27 March 2010
Status & tagging log
18:43, 17 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r64275
[
removed:
new
added:
ok]