From: addshore Date: Sat, 7 May 2016 12:09:10 +0000 (+0100) Subject: Re add @access protected on Title::__construct X-Git-Tag: 1.31.0-rc.0~7005^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=8ce81d087322e02704a732b72a04b8f521372b42;p=lhc%2Fweb%2Fwiklou.git Re add @access protected on Title::__construct This was removed in: Ibf86d03b5479c47ee72c0dafea6777ef8178fe68 Change-Id: I70fda1399e8e9f3a39ce5b9ffa8c2a9daec51faa --- diff --git a/includes/Title.php b/includes/Title.php index 65b2d3a2f2..54ce384b1b 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -209,6 +209,9 @@ class Title implements LinkTarget { return self::getMediaWikiTitleCodec(); } + /** + * @access protected + */ function __construct() { }