mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-14736 this doesn't need to be an error call, as the backup should still succeed - changing to use notify() instead.
This commit is contained in:
parent
bf5ebe7366
commit
2ea2bfadfa
@ -2905,7 +2905,7 @@
|
||||
$status = backup_delete_old_data();
|
||||
if (!$status) {
|
||||
if (!defined('BACKUP_SILENTLY')) {
|
||||
error ("An error occurred deleting old backup data");
|
||||
notify ("An error occurred deleting old backup data");
|
||||
}
|
||||
else {
|
||||
$errorstr = "An error occurred deleting old backup data";
|
||||
|
Loading…
x
Reference in New Issue
Block a user