Re add @access protected on Title::__construct
authoraddshore <addshorewiki@gmail.com>
Sat, 7 May 2016 12:09:10 +0000 (13:09 +0100)
committeraddshore <addshorewiki@gmail.com>
Sat, 7 May 2016 12:09:10 +0000 (13:09 +0100)
This was removed in:
Ibf86d03b5479c47ee72c0dafea6777ef8178fe68

Change-Id: I70fda1399e8e9f3a39ce5b9ffa8c2a9daec51faa

includes/Title.php

index 65b2d3a..54ce384 100644 (file)
@@ -209,6 +209,9 @@ class Title implements LinkTarget {
                return self::getMediaWikiTitleCodec();
        }
 
+       /**
+        * @access protected
+        */
        function __construct() {
        }