From: Siebrand Mazeland Date: Fri, 27 Dec 2013 16:34:55 +0000 (+0100) Subject: Remove unreachable statement X-Git-Tag: 1.31.0-rc.0~17498^2 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=c6178d229c354403dfc350efc4e6b191951f12c4;p=lhc%2Fweb%2Fwiklou.git Remove unreachable statement Change-Id: I537d189e802c6201a4c9a1a5f17ca172836ec5b3 --- diff --git a/includes/WebRequest.php b/includes/WebRequest.php index dfa8cf6f93..2a7c032593 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -210,7 +210,6 @@ class WebRequest { } else { return 'http'; } - return $arr; } /**