From: moodler Date: Thu, 10 Jan 2008 03:51:56 +0000 (+0000) Subject: Merge MDL-12904 (db support for auth plugins) from 1.9 and 1.8 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0e13d28f3e69ca021f9ac88f85c0bd331d386948;p=moodle.git Merge MDL-12904 (db support for auth plugins) from 1.9 and 1.8 --- diff --git a/admin/index.php b/admin/index.php index 355fb26317..461eb96019 100644 --- a/admin/index.php +++ b/admin/index.php @@ -416,6 +416,9 @@ /// first old *.php update and then the new upgrade.php script upgrade_plugins('enrol', 'enrol', "$CFG->wwwroot/$CFG->admin/index.php"); // Return here afterwards +/// Check all auth plugins and upgrade if necessary + upgrade_plugins('auth','auth',"$CFG->wwwroot/$CFG->admin/index.php"); + /// Check all course formats and upgrade if necessary upgrade_plugins('format','course/format',"$CFG->wwwroot/$CFG->admin/index.php");