From: exe-cutor Date: Mon, 15 May 2006 12:08:06 +0000 (+0000) Subject: Fixed an inconsistent link in the instructions textfield X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1b8991fd9c9c954400e2ca9d84d014c0a6f39ec3;p=moodle.git Fixed an inconsistent link in the instructions textfield --- 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)) {