From e6dd6b9a68607ebbc12cd160b8bdfb07aeb1ddf2 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 19 Jun 2006 16:20:35 +0000 Subject: [PATCH] No need for error when deleting RSS feed --- mod/forum/discuss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/discuss.php b/mod/forum/discuss.php index 422546791c..a4019fd776 100644 --- a/mod/forum/discuss.php +++ b/mod/forum/discuss.php @@ -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'); } } -- 2.39.5