Followup r28029, we should probably at least pay attention to the parameter...
authorSam Reed <reedy@users.mediawiki.org>
Thu, 4 Nov 2010 00:55:30 +0000 (00:55 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 4 Nov 2010 00:55:30 +0000 (00:55 +0000)
includes/api/ApiFormatBase.php

index 169e1d2..8b37165 100644 (file)
@@ -247,7 +247,7 @@ See <a href='http://www.mediawiki.org/wiki/API'>complete documentation</a>, or
         * @param $help bool
         */
        public function setHelp( $help = true ) {
-               $this->mHelp = true;
+               $this->mHelp = $help;
        }
 
        /**