From: Alexandre Emsenhuber Date: Mon, 28 Dec 2009 14:42:04 +0000 (+0000) Subject: Follow-up r60093: forgot this one X-Git-Tag: 1.31.0-rc.0~38462 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=2260aede9cad3d412e14709bf4b769c9e0bc275c;p=lhc%2Fweb%2Fwiklou.git Follow-up r60093: forgot this one --- 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 */