Merge branch 'w43_MDL-42440_m26_authenable' of https://github.com/skodak/moodle

This commit is contained in:
Dan Poltawski 2013-10-22 17:54:10 +08:00 committed by Eloy Lafuente (stronk7)
commit 8c3ebb1a9f

View File

@ -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.