Currently, restore_execute() [backup/restorelib.php] is not completely silent when RESTORE_SILENTLY.
For Moodle 1.9.3 (as reference because xref still points at 1.9.3):
7523 if ($status = restore_open_html($restore,$course_header))
{ 7524 echo "<li>Creating the Restorelog.html in the course backup folder</li>"; 7525 }Surrounding all other echoes in restore_execute() is this check:
if (!defined('RESTORE_SILENTLY')) {
Shouldn't the restorelog echo also be wrapped in a conditional that checks RESTORE_SILENTLY?
- duplicates
-
MDL-15276 Course restore is never completely silent
-
- Closed
-