Index: trunk/phase3/includes/Skin.php |
— | — | @@ -24,7 +24,8 @@ |
25 | 25 | /**#@-*/ |
26 | 26 | protected $mRevisionId; // The revision ID we're looking at, null if not applicable. |
27 | 27 | protected $skinname = 'standard'; |
28 | | - protected $mTitle = null; |
| 28 | + // @fixme Should be protected :-\ |
| 29 | + var $mTitle = null; |
29 | 30 | |
30 | 31 | /** Constructor, call parent constructor */ |
31 | 32 | function Skin() { parent::__construct(); } |