From 1b8991fd9c9c954400e2ca9d84d014c0a6f39ec3 Mon Sep 17 00:00:00 2001 From: exe-cutor Date: Mon, 15 May 2006 12:08:06 +0000 Subject: [PATCH] Fixed an inconsistent link in the instructions textfield --- auth/shibboleth/config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/shibboleth/config.html b/auth/shibboleth/config.html index 82225c630d..a2712ba776 100755 --- a/auth/shibboleth/config.html +++ b/auth/shibboleth/config.html @@ -3,7 +3,7 @@ $pluginconfig = get_config('auth/shibboleth'); if (!isset($config->auth_instructions) or empty($pluginconfig->shib_user_attribute)) { - $config->auth_instructions = get_string('auth_shib_instructions', 'auth', $CFG->wwwroot.'/auth/shibboleth/shib-protected.php'); + $config->auth_instructions = get_string('auth_shib_instructions', 'auth', $CFG->wwwroot.'/auth/shibboleth/index.php'); } if (!isset ($pluginconfig->user_attribute)) { -- 2.39.5