diff --git a/lib/db/install.php b/lib/db/install.php index 8a45a6aa4ff..f291828a1fa 100644 --- a/lib/db/install.php +++ b/lib/db/install.php @@ -321,6 +321,4 @@ function xmldb_main_install() { require_once($CFG->libdir . '/db/upgradelib.php'); make_default_scale(); make_competence_scale(); - - \core\oauth2\api::install_default_providers(); } diff --git a/lib/db/install.xml b/lib/db/install.xml index 41d8b5a2763..29518ad8246 100755 --- a/lib/db/install.xml +++ b/lib/db/install.xml @@ -1,5 +1,5 @@ - @@ -3489,10 +3489,10 @@ - - - - + + + + diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index 37f596d1aa4..06988419548 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -2613,7 +2613,7 @@ function xmldb_main_upgrade($oldversion) { if ($oldversion < 2017032400.21) { - // Define table oauth2_issuer to be created. + // Define table oauth2_issuer to be created. $table = new xmldb_table('oauth2_issuer'); // Adding fields to table oauth2_issuer. @@ -2702,7 +2702,7 @@ function xmldb_main_upgrade($oldversion) { if ($oldversion < 2017033100.01) { - // Define table oauth2_user_field_mapping to be created. + // Define table oauth2_user_field_mapping to be created. $table = new xmldb_table('oauth2_user_field_mapping'); // Adding fields to table oauth2_user_field_mapping.