MDL-68904 core_h5p: order libraries by title

This commit is contained in:
Sara Arjona 2020-06-03 12:01:59 +02:00
parent 111b293f61
commit 881dca064d

View File

@ -61,7 +61,7 @@ class editor_ajax implements H5PEditorAjaxInterface {
)
WHERE hl2.runnable = 1
AND hl1.majorversion is null
ORDER BY hl2.machinename";
ORDER BY hl2.title";
return $DB->get_records_sql($sql);
}