Fix error message to say the right thing.

This commit is contained in:
tjhunt 2007-04-19 17:16:20 +00:00
parent 0dd3e11c8c
commit 0d6f265034

View File

@ -6267,9 +6267,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;
}
}