diff --git a/question/type/ordering/db/upgrade.php b/question/type/ordering/db/upgrade.php index bbf350acb65..7c1ea3f9863 100644 --- a/question/type/ordering/db/upgrade.php +++ b/question/type/ordering/db/upgrade.php @@ -20,7 +20,7 @@ // Please do not forget to use upgrade_set_timeout() // before any action that may take longer time to finish. -function xmldb_qtype_calculated_upgrade($oldversion) { +function xmldb_qtype_ordering_upgrade($oldversion) { global $CFG, $DB; $dbman = $DB->get_manager();