mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Code cleanup
This commit is contained in:
@@ -109,7 +109,10 @@ if (empty($rss_type))
|
||||
}
|
||||
|
||||
|
||||
while (@ob_end_clean());
|
||||
while (ob_get_length() !== false) // destroy all ouput buffering
|
||||
{
|
||||
ob_end_clean();
|
||||
}
|
||||
|
||||
// Returning feeds here
|
||||
// Conversion table for old urls -------
|
||||
|
Reference in New Issue
Block a user