From: Alexandre Emsenhuber Date: Fri, 15 Jul 2011 14:28:24 +0000 (+0000) Subject: Per Nikerabbit, follow-up to r92231: removed unreachable code X-Git-Tag: 1.31.0-rc.0~28826 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=be3dd817b282944a1c9e928918e9a077fe779725;p=lhc%2Fweb%2Fwiklou.git Per Nikerabbit, follow-up to r92231: removed unreachable code --- diff --git a/includes/specials/SpecialEditWatchlist.php b/includes/specials/SpecialEditWatchlist.php index bd918ef741..1c381303c3 100644 --- a/includes/specials/SpecialEditWatchlist.php +++ b/includes/specials/SpecialEditWatchlist.php @@ -30,7 +30,6 @@ class SpecialEditWatchlist extends UnlistedSpecialPage { public function execute( $mode ) { if( wfReadOnly() ) { throw new ReadOnlyError; - return; } $out = $this->getOutput();