Fixed very small bug where log entries with module course & action recent are unable to be restored.

This commit is contained in:
mjollnir_ 2004-08-27 00:24:05 +00:00
parent d564a85c57
commit 166330f56e

View File

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