r69756 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69755
|
r69756
|
r69757
>
Date:
21:54, 22 July 2010
Author:
reedy
Status:
ok
Tags:
Comment:
Fix fail from
r69755
, press save, actually do "LIMIT_SML2, LIMIT_BIG2 are in ApiBase, not ApiMain"
Modified paths:
/trunk/phase3/includes/api/ApiMain.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiMain.php
—
—
@@ -118,7 +118,7 @@
119
119
),
120
120
'apihighlimits' => array(
121
121
'msg' => 'Use higher limits in API queries (Slow queries: $1 results; Fast queries: $2 results). The limits for slow queries also apply to multivalue parameters.',
122
- 'params' => array( ApiMain::LIMIT_SML2, ApiMain::LIMIT_BIG2 )
122
+ 'params' => array( ApiBase::LIMIT_SML2, ApiBase::LIMIT_BIG2 )
123
123
)
124
124
);
125
125
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r69755
LIMIT_SML2, LIMIT_BIG2 are in ApiBase, not ApiMain
reedy
21:52, 22 July 2010
Status & tagging log
07:19, 23 July 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r69756
[
removed:
new
added:
ok]