Skip to content

Commit

Permalink
MDL-15276 add check for RESTORE_SILENTLY
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Mar 4, 2009
1 parent 9c9d06d commit 283fc15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backup/restorelib.php
Expand Up @@ -7780,7 +7780,9 @@ function restore_execute(&$restore,$info,$course_header,&$errorstr) {
}

if ($status = restore_open_html($restore,$course_header)){
echo "<li>Creating the Restorelog.html in the course backup folder</li>";
if (!defined('RESTORE_SILENTLY')) {
echo "<li>Creating the Restorelog.html in the course backup folder</li>";
}
}

} else {
Expand Down

0 comments on commit 283fc15

Please sign in to comment.