|
|
jonathanharker committed 1 file to 'Moodle CVS' - 15/Dec/08 07:50 AM
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.
|
|
|
jonathanharker committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 15/Dec/08 08:40 AM
MDL-17548 MNET: Fix email links for sites with path component in wwwroot
Where Moodle sites have 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.
Slightly tweaked from HEAD to support PHP4
|
|
|
|