From b38473c328e0ddd80dc36f98f61110c94f30b7aa Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 23 Nov 2013 01:08:44 +0000 Subject: [PATCH] Make WebRequest::protocol protected as it's used in subclasses in the same file Change-Id: If894e9122fa56e957c666c887fb33ed60733ac0e --- includes/WebRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/WebRequest.php b/includes/WebRequest.php index 536ce12acf..46cba5285f 100644 --- a/includes/WebRequest.php +++ b/includes/WebRequest.php @@ -54,7 +54,7 @@ class WebRequest { * Cached URL protocol * @var string */ - private $protocol; + protected $protocol; public function __construct() { /// @todo FIXME: This preemptive de-quoting can interfere with other web libraries -- 2.20.1