From: moodler Date: Tue, 26 Feb 2008 05:51:11 +0000 (+0000) Subject: MDL-9367 Merged auth doc fixes from 1.8 and 1.9 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=77b4ca5f93a0a83588900474ad9f8380a101f746;p=moodle.git MDL-9367 Merged auth doc fixes from 1.8 and 1.9 --- diff --git a/admin/auth_config.php b/admin/auth_config.php index f7f7193ab3..50ca67ca89 100644 --- a/admin/auth_config.php +++ b/admin/auth_config.php @@ -8,6 +8,8 @@ require_once $CFG->libdir.'/adminlib.php'; $auth = required_param('auth', PARAM_SAFEDIR); +$CFG->pagepath = 'auth/' . $auth; + admin_externalpage_setup('authsetting'.$auth); $authplugin = get_auth_plugin($auth);