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.
This commit is contained in:
vyshane
2006-06-26 04:44:41 +00:00
parent 682d403259
commit 4e5e7d54b5
+2 -1
View File
@@ -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');
}
}