mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Take out the "working on it" string when restoring logs
This commit is contained in:
parent
d928d9085d
commit
57946b6d47
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@
|
|||
|
||||
//Now create log entries as needed
|
||||
if ($status and ($restore->logs)) {
|
||||
echo "<li>".get_string("creatinglogentries")."<b> (working on it!!)</b>";
|
||||
echo "<li>".get_string("creatinglogentries");
|
||||
if (!$status = restore_create_logs($restore,$xml_file)) {
|
||||
notify("Could not restore logs!");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue