From 36dd87f3b62d1957396881888d0ee56b20a6f494 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 4 Nov 2010 00:55:30 +0000 Subject: [PATCH] Followup r28029, we should probably at least pay attention to the parameter... --- includes/api/ApiFormatBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } /** -- 2.20.1