From 6093cbfcd8585158547a8c96845d4e0a043efebc Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 4 Aug 2004 09:45:45 +0000 Subject: [PATCH] FIxed link after file not found error --- file.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5