FIxed link after file not found error

This commit is contained in:
moodler 2004-08-04 09:45:45 +00:00
parent 5c5cff568f
commit 6093cbfcd8

View File

@ -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;