Details
Description
When restoring a course, the message "Creating the Restorelog.html in the course backup folder" is always displayed in the browser, regardless of the existence of the constant "RESTORE_SILENTLY".
Fix : there should be an if statement "if (!defined('RESTORE_SILENTLY'))" enclosing line 7483 (echo "<li>Creating the Restorelog.html in the course backup folder</li>") in backup/restorelib.php.
Issue Links
| This issue is duplicated by: | ||||
| MDL-20057 | Restore Silently Isn't Silent |
|
|
|
fix now in HEAD and 1.9Stable - thanks for the report.