Open up fordson/classes/output/core_renderer.php and change this line:
https://github.com/dbnschools/moodle-theme_fordson/blob/master/classes/output/core_renderer.php#L386
Add a trailing slash to this line whereever it might be on your verson:
$dashurl = new moodle_url("/my");
It might be different on your file since I only operate on the current version.
https://github.com/dbnschools/moodle-theme_fordson/blob/master/classes/output/core_renderer.php#L386
Add a trailing slash to this line whereever it might be on your verson:
$dashurl = new moodle_url("/my");
It might be different on your file since I only operate on the current version.