From: Reedy Date: Sat, 23 Nov 2013 01:08:44 +0000 (+0000) Subject: Make WebRequest::protocol protected as it's used in subclasses in the same file X-Git-Tag: 1.31.0-rc.0~17951 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=b38473c328e0ddd80dc36f98f61110c94f30b7aa;p=lhc%2Fweb%2Fwiklou.git Make WebRequest::protocol protected as it's used in subclasses in the same file Change-Id: If894e9122fa56e957c666c887fb33ed60733ac0e --- 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