]> git.mjollnir.org Git - moodle.git/commitdiff
No need for error when deleting RSS feed
authormoodler <moodler>
Mon, 19 Jun 2006 16:20:35 +0000 (16:20 +0000)
committermoodler <moodler>
Mon, 19 Jun 2006 16:20:35 +0000 (16:20 +0000)
mod/forum/discuss.php

index 422546791cb86525ded2fc8826b4257e386f08fa..a4019fd776987f7981af1659f59a4a34fb5dcfed 100644 (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');
                 }
             }