From: Sam Reed Date: Thu, 4 Nov 2010 00:55:30 +0000 (+0000) Subject: Followup r28029, we should probably at least pay attention to the parameter... X-Git-Tag: 1.31.0-rc.0~34106 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=36dd87f3b62d1957396881888d0ee56b20a6f494;p=lhc%2Fweb%2Fwiklou.git Followup r28029, we should probably at least pay attention to the parameter... --- diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index 169e1d2c57..8b371652d8 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -247,7 +247,7 @@ See complete documentation, or * @param $help bool */ public function setHelp( $help = true ) { - $this->mHelp = true; + $this->mHelp = $help; } /**