From: moodler Date: Wed, 4 Aug 2004 09:45:45 +0000 (+0000) Subject: FIxed link after file not found error X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6093cbfcd8585158547a8c96845d4e0a043efebc;p=moodle.git FIxed link after file not found error --- diff --git a/file.php b/file.php index 4e5593d7bc..70f978a49b 100644 --- a/file.php +++ b/file.php @@ -89,7 +89,8 @@ } } } else { - error("Sorry, but the file you are looking for was not found ($pathname)", "course/view.php?id=$courseid"); + error("Sorry, but the file you are looking for was not found ($pathname)", + "$CFG->wwwroot/course/view.php?id=$courseid"); } exit;