mirror of
https://github.com/e107inc/e107.git
synced 2025-06-26 02:43:16 +02:00
Issue: #2125 Possible fix for plugins and/or languages files adding junk characters prior to rss rendering.
This commit is contained in:
@ -110,6 +110,8 @@ if (empty($rss_type))
|
||||
}
|
||||
|
||||
|
||||
while (@ob_end_clean());
|
||||
|
||||
// Returning feeds here
|
||||
// Conversion table for old urls -------
|
||||
$conversion[1] = 'news';
|
||||
|
Reference in New Issue
Block a user