]> git.mjollnir.org Git - moodle.git/commitdiff
[multi-enrol]Fixed a wrong URL
authormartinlanghoff <martinlanghoff>
Thu, 9 Mar 2006 02:54:40 +0000 (02:54 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 9 Mar 2006 02:54:40 +0000 (02:54 +0000)
admin/enrol_config.php

index 7148f6c03b572ed8c64d7e3ab5724ba0c34113af..b9a8e17bd25e072aeec9d12bdea50497169dc5c5 100644 (file)
@@ -49,7 +49,7 @@
     print_header("$site->shortname: $str->enrolmentplugins", "$site->fullname",
                   "<a href=\"index.php\">$str->administration</a> -> 
                    <a href=\"users.php\">$str->users</a> -> 
-                   <a href=\"enrol.php\">$str->enrolmentplugins</a> -> 
+                   <a href=\"enrol.php?sesskey=$USER->sesskey\">$str->enrolmentplugins</a> -> 
                    $str->configuration");
 
     echo "<form target=\"{$CFG->framename}\" name=\"enrolmenu\" method=\"post\" action=\"enrol_config.php\">";