From: Sam Reed Date: Tue, 19 Apr 2011 10:40:32 +0000 (+0000) Subject: Followup r86367, don't make constructor protected just yet, few underlying callers... X-Git-Tag: 1.31.0-rc.0~30709 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=9566baf11227f4644366254700be380ca88ef3da;p=lhc%2Fweb%2Fwiklou.git Followup r86367, don't make constructor protected just yet, few underlying callers still about Need a way to do a blank title without using the constructor (Title::newBlank() maybe?) * (bug 28608) Fatal error: Call to protected Title::__construct() --- diff --git a/includes/Title.php b/includes/Title.php index 11c2d5bc5f..5bf8998041 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -79,7 +79,7 @@ class Title { /** * Constructor */ - protected function __construct() { } + /*protected*/ function __construct() { } /** * Create a new Title from a prefixed DB key