From 4e5e7d54b58f0d0cda5a26ba73b1afda3af706e0 Mon Sep 17 00:00:00 2001 From: vyshane Date: Mon, 26 Jun 2006 04:44:41 +0000 Subject: [PATCH] Merged from 1.6 stable. Error message now displays using notify() instead of error() when purging of old RSS feeds fail during a discussion move. --- mod/forum/discuss.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/forum/discuss.php b/mod/forum/discuss.php index a4019fd776..a422361eb7 100644 --- a/mod/forum/discuss.php +++ b/mod/forum/discuss.php @@ -73,7 +73,8 @@ // 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'); + notify('Could not purge the cached RSS feeds for the source and/or'. + 'destination forum(s) - check your file permissionsforums'); } } -- 2.39.5