problem with incorrect redirect url - wwwroot without the trailning slash in not standard compliant MDL-6193 ; backported from HEAD

This commit is contained in:
skodak
2006-10-08 19:03:52 +00:00
parent fbda575645
commit d4d2a5bc3e
+1 -1
View File
@@ -175,7 +175,7 @@
} else {
// no wantsurl stored or external - go to homepage
$urltogo = $CFG->wwwroot;
$urltogo = $CFG->wwwroot.'/';
unset($SESSION->wantsurl);
}