MDL-24187 mnet: fixed sso_jump_url for moodle application

This commit is contained in:
David Mudrak
2010-09-17 14:10:20 +00:00
parent 56fb6963c1
commit 0eadebb1f6
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ function xmldb_main_install() {
$mnet_app->display_name = 'Moodle';
$mnet_app->xmlrpc_server_url = '/mnet/xmlrpc/server.php';
$mnet_app->sso_land_url = '/auth/mnet/land.php';
$mnet_app->sso_jump_url = '/auth/mnet/land.php';
$mnet_app->sso_jump_url = '/auth/mnet/jump.php';
$moodleapplicationid = $DB->insert_record('mnet_application', $mnet_app);
$mnet_app = new object();