mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-68904 core_h5p: order libraries by title
This commit is contained in:
parent
111b293f61
commit
881dca064d
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user