mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Bug #6007 - "The requested URL /course/report/log/view.php was not found on this server" merged from MOODLE_16_STABLE
This commit is contained in:
parent
21c5d4ed3d
commit
81e10e950d
@ -420,7 +420,7 @@ function print_log($course, $user=0, $date=0, $order="l.time ASC", $page=0, $per
|
||||
echo '<tr class="r'.$row.'">';
|
||||
if ($course->id == SITEID) {
|
||||
echo "<td class=\"r$row c0\" nowrap=\"nowrap\">\n";
|
||||
echo " <a href=\"view.php?id={$log->course}\">".$courses[$log->course]."</a>\n";
|
||||
echo " <a href=\"{$CFG->wwwroot}/course/view.php?id={$log->course}\">".$courses[$log->course]."</a>\n";
|
||||
echo "</td>\n";
|
||||
}
|
||||
echo "<td class=\"r$row c1\" nowrap=\"nowrap\" align=\"right\">".userdate($log->time, '%a').
|
||||
|
Loading…
x
Reference in New Issue
Block a user