r75970 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75969‎ | r75970 | r75971 >
Date:00:55, 4 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r28029, we should probably at least pay attention to the parameter...
Modified paths:
  • /trunk/phase3/includes/api/ApiFormatBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiFormatBase.php
@@ -247,7 +247,7 @@
248248 * @param $help bool
249249 */
250250 public function setHelp( $help = true ) {
251 - $this->mHelp = true;
 251+ $this->mHelp = $help;
252252 }
253253
254254 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r28029* Use *bold* and $italics$ highlighting only in API help. It completely break...vasilievvv17:37, 1 December 2007

Status & tagging log