r92242 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r92241
|
r92242
|
r92243
>
Date:
14:28, 15 July 2011
Author:
ialex
Status:
ok
Tags:
Comment:
Per Nikerabbit, follow-up to
r92231
: removed unreachable code
Modified paths:
/trunk/phase3/includes/specials/SpecialEditWatchlist.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php
—
—
@@ -30,7 +30,6 @@
31
31
public function execute( $mode ) {
32
32
if( wfReadOnly() ) {
33
33
throw new ReadOnlyError;
34
- return;
35
34
}
36
35
37
36
$out = $this->getOutput();
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r92231
* Use local context instead of global variables...
ialex
08:42, 15 July 2011
Status & tagging log
21:46, 15 July 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r92242
[
removed:
new
added:
ok]