mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-15 03:34:44 +00:00
ApiTemplateData: Fix ORDER BY
Change-Id: Ife2b6b5792e6c4312774fc42d073a663f19051ea
This commit is contained in:
parent
2839e6a9c0
commit
6e4902fd72
|
@ -104,7 +104,7 @@ class ApiTemplateData extends ApiBase {
|
|||
'pp_propname' => 'templatedata'
|
||||
],
|
||||
__METHOD__,
|
||||
[ 'ORDER BY', 'pp_page' ]
|
||||
[ 'ORDER BY' => 'pp_page' ]
|
||||
);
|
||||
|
||||
foreach ( $res as $row ) {
|
||||
|
|
Loading…
Reference in a new issue