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 @@
248
248
* @param $help bool
249
249
*/
250
250
public function setHelp( $help = true ) {
251
- $this->mHelp = true;
251
+ $this->mHelp = $help;
252
252
}
253
253
254
254
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r28029
* Use *bold* and $italics$ highlighting only in API help. It completely break...
vasilievvv
17:37, 1 December 2007
Status & tagging log
12:01, 4 November 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r75970
[
removed:
new
added:
ok]