Fu r93249: I see no reason to mark this private - protected should be the default...
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 28 Jul 2011 06:13:13 +0000 (06:13 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 28 Jul 2011 06:13:13 +0000 (06:13 +0000)
includes/SpecialPage.php

index fbcd25e..ec257b9 100644 (file)
@@ -31,7 +31,7 @@ class SpecialPage {
 
        // The canonical name of this special page
        // Also used for the default <h1> heading, @see getDescription()
-       private $mName;
+       protected $mName;
 
        // The local name of this special page
        private $mLocalName;