From 2260aede9cad3d412e14709bf4b769c9e0bc275c Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 28 Dec 2009 14:42:04 +0000 Subject: [PATCH] Follow-up r60093: forgot this one --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 0777292ad6..e9b007bc46 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -24,7 +24,7 @@ class Skin extends Linker { /**#@-*/ protected $mRevisionId; // The revision ID we're looking at, null if not applicable. protected $skinname = 'standard'; - // @fixme Should be protected :-\ + // @todo Fixme: should be protected :-\ var $mTitle = null; /** Constructor, call parent constructor */ -- 2.20.1