From 2ea2bfadfae22318c39266b566381d6a2e346c94 Mon Sep 17 00:00:00 2001 From: danmarsden Date: Thu, 8 May 2008 22:28:06 +0000 Subject: [PATCH] MDL-14736 this doesn't need to be an error call, as the backup should still succeed - changing to use notify() instead. --- backup/backuplib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/backuplib.php b/backup/backuplib.php index ccdaaf92ce..56d1f2e569 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -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"; -- 2.39.5