mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fix for Bug #5346.
This commit is contained in:
parent
125bb7003e
commit
a42ca12218
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
$date=time() - 3600;
|
$date=time() - 3600;
|
||||||
|
|
||||||
print_log($course, $user, $date, "l.time DESC", $page, 500,
|
print_log($course, $user, $date, "l.time DESC", $page, 500,
|
||||||
"loglive.php?id=$course->id&user=$user&date=$date");
|
"live.php?id=$course->id&user=$user&date=$date");
|
||||||
|
|
||||||
print_footer('none');
|
print_footer('none');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue