From: danmarsden Date: Thu, 8 May 2008 22:28:06 +0000 (+0000) Subject: MDL-14736 this doesn't need to be an error call, as the backup should still succeed... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2ea2bfadfae22318c39266b566381d6a2e346c94;p=moodle.git MDL-14736 this doesn't need to be an error call, as the backup should still succeed - changing to use notify() instead. --- 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";