mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Issue #5443 - PHP 8.4 test fixes.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
|
||||
if(USER_AREA && e107::getMenu()->isLoaded('news_carousel'))
|
||||
if(deftrue('USER_AREA') && e107::getMenu()->isLoaded('news_carousel'))
|
||||
{
|
||||
e107::css('news','news_carousel.css');
|
||||
}
|
||||
|
Reference in New Issue
Block a user