mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Issue #4332 Carousel fixes. Newsfeed now uses json to store data.
This commit is contained in:
@@ -563,7 +563,7 @@ class MagpieRSS {
|
||||
if ( $php_errormsg ) {
|
||||
$errormsg .= " ({$php_errormsg})";
|
||||
}
|
||||
if ( MAGPIE_DEBUG ) {
|
||||
if ( defined('MAGPIE_DEBUG') && MAGPIE_DEBUG) {
|
||||
trigger_error( $errormsg, $lvl);
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user