From be3dd817b282944a1c9e928918e9a077fe779725 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 15 Jul 2011 14:28:24 +0000 Subject: [PATCH] Per Nikerabbit, follow-up to r92231: removed unreachable code --- includes/specials/SpecialEditWatchlist.php | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.20.1