Per Nikerabbit, follow-up to r92231: removed unreachable code
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 15 Jul 2011 14:28:24 +0000 (14:28 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 15 Jul 2011 14:28:24 +0000 (14:28 +0000)
includes/specials/SpecialEditWatchlist.php

index bd918ef..1c38130 100644 (file)
@@ -30,7 +30,6 @@ class SpecialEditWatchlist extends UnlistedSpecialPage {
        public function execute( $mode ) {
                if( wfReadOnly() ) {
                        throw new ReadOnlyError;
-                       return;
                }
 
                $out = $this->getOutput();