Fixed an inconsistent link

This commit is contained in:
exe-cutor
2006-05-15 12:18:40 +00:00
parent 8374432bdb
commit a53b09c16b
+1 -1
View File
@@ -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)) {