ApiTemplateData: Fix ORDER BY

Change-Id: Ife2b6b5792e6c4312774fc42d073a663f19051ea
This commit is contained in:
Reedy 2021-07-15 01:01:30 +01:00
parent 2839e6a9c0
commit 6e4902fd72

View file

@ -104,7 +104,7 @@ class ApiTemplateData extends ApiBase {
'pp_propname' => 'templatedata'
],
__METHOD__,
[ 'ORDER BY', 'pp_page' ]
[ 'ORDER BY' => 'pp_page' ]
);
foreach ( $res as $row ) {