Follow-up r60093: forgot this one
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 28 Dec 2009 14:42:04 +0000 (14:42 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 28 Dec 2009 14:42:04 +0000 (14:42 +0000)
includes/Skin.php

index 0777292..e9b007b 100644 (file)
@@ -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 */