mirror of
https://github.com/moodle/moodle.git
synced 2025-06-02 14:15:11 +02:00
Trivial spelling fix up
This commit is contained in:
parent
6c95827fdf
commit
ecaf56e5c9
@ -132,7 +132,7 @@
|
||||
$db->debug = true;
|
||||
|
||||
/// Both old .sql files and new install.xml are supported
|
||||
/// But we priorize install.xml (XMLDB) if present
|
||||
/// But we prioritise install.xml (XMLDB) if present
|
||||
$status = false;
|
||||
if (file_exists("$CFG->libdir/db/install.xml")) {
|
||||
$status = install_from_xmldb_file("$CFG->libdir/db/install.xml"); //New method
|
||||
|
Loading…
x
Reference in New Issue
Block a user