mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Fixed very small bug where log entries with module course & action recent are unable to be restored.
This commit is contained in:
parent
d564a85c57
commit
166330f56e
@ -1668,6 +1668,11 @@
|
||||
$log->info = "";
|
||||
$toinsert = true;
|
||||
break;
|
||||
case "recent":
|
||||
$log->url = "recent.php?id=".$log->course;
|
||||
$log->info = "";
|
||||
$toinsert = true;
|
||||
break;
|
||||
default:
|
||||
echo "action (".$log->module."-".$log->action.") unknow. Not restored<br>"; //Debug
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user