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:
danmarsden 2008-05-08 22:28:06 +00:00
parent bf5ebe7366
commit 2ea2bfadfa

View File

@ -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";