]> git.mjollnir.org Git - moodle.git/commit
MDL-17548 MNET: Fix email links for sites with path component in wwwroot
authorjonathanharker <jonathanharker>
Sun, 14 Dec 2008 22:50:22 +0000 (22:50 +0000)
committerjonathanharker <jonathanharker>
Sun, 14 Dec 2008 22:50:22 +0000 (22:50 +0000)
commit078c1134bfb47a4b99c275b00ee781658fb36450
treed5948fe2f7976c6971ad38828615afb7c6cd470e
parente6e13284f9653e8e46c78a731ba0caebf81b11b9
MDL-17548 MNET: Fix email links for sites with path component in wwwroot

Where Moodle sites had a path in their wwwroot, the MNET function that
forced remote users to go via their identity provider (to make sure they
were logged in) previously directed the user back to a URL like
contentprovider.com/moodle/moodle/mod/forum/view.php?f=7 where there
should only be one /moodle in the middle of the URL.
mnet/lib.php