r49672 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49671‎ | r49672 | r49673 >
Date:19:01, 20 April 2009
Author:demon
Status:ok
Tags:
Comment:
Partial revert: way too many extensions rely on this being public. Make it public for now :\
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -24,7 +24,8 @@
2525 /**#@-*/
2626 protected $mRevisionId; // The revision ID we're looking at, null if not applicable.
2727 protected $skinname = 'standard';
28 - protected $mTitle = null;
 28+ // @fixme Should be protected :-\
 29+ var $mTitle = null;
2930
3031 /** Constructor, call parent constructor */
3132 function Skin() { parent::__construct(); }

Status & tagging log