Fix error message to say the right thing.

This commit is contained in:
tjhunt
2007-04-19 17:16:29 +00:00
parent 1a5e85a22c
commit b33888d124
+2 -2
View File
@@ -5830,9 +5830,9 @@
}
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;
}
}