mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'w43_MDL-42440_m26_authenable' of https://github.com/skodak/moodle
This commit is contained in:
commit
8c3ebb1a9f
@ -5720,8 +5720,8 @@ class admin_setting_manageauths extends admin_setting {
|
||||
|
||||
$test = '';
|
||||
if (!empty($authplugins[$auth]) and method_exists($authplugins[$auth], 'test_settings')) {
|
||||
$url = new moodle_url('/auth/test_settings.php', array('auth'=>$auth, 'sesskey'=>sesskey()));
|
||||
$test = html_writer::link($url, $txt->testsettings);
|
||||
$testurl = new moodle_url('/auth/test_settings.php', array('auth'=>$auth, 'sesskey'=>sesskey()));
|
||||
$test = html_writer::link($testurl, $txt->testsettings);
|
||||
}
|
||||
|
||||
// Add a row to the table.
|
||||
|
Loading…
x
Reference in New Issue
Block a user