mirror of
https://github.com/e107inc/e107.git
synced 2025-06-27 19:33:59 +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
|
// Returning feeds here
|
||||||
// Conversion table for old urls -------
|
// Conversion table for old urls -------
|
||||||
$conversion[1] = 'news';
|
$conversion[1] = 'news';
|
||||||
|
Reference in New Issue
Block a user