]> git.mjollnir.org Git - moodle.git/commitdiff
Fix error message to say the right thing.
authortjhunt <tjhunt>
Thu, 19 Apr 2007 17:16:20 +0000 (17:16 +0000)
committertjhunt <tjhunt>
Thu, 19 Apr 2007 17:16:20 +0000 (17:16 +0000)
backup/restorelib.php

index e1046f914d87f294bd4ebac15de1098e0744a2f1..8f1e61a17198f898f4cb9e5bbe341c27299a769b 100644 (file)
             }
             if (!$status = restore_decode_content_links($restore)) {
                 if (!defined('RESTORE_SILENTLY')) {
-                    notify("Could not refresh events for activities!");
+                    notify("Could not decode content links!");
                 } else {
-                    $errorstr = "Could not refresh events for activities!";
+                    $errorstr = "Could not decode content links!";
                     return false;
                 }
             }