No need for error when deleting RSS feed

This commit is contained in:
moodler
2006-06-19 16:20:35 +00:00
parent 25fb38d465
commit e6dd6b9a68
+1 -1
View File
@@ -73,7 +73,7 @@
// the regeneration of the feeds since the discussions have been
// moved.
if (!forum_rss_delete_file($forum) || !forum_rss_delete_file($fromforum)) {
error('Could not purge the cached RSS feeds for the source and/or destination forums');
//error('Could not purge the cached RSS feeds for the source and/or destination forums');
}
}