mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Test all e_shortcode.php files in core. PHP8 Fix for featurebox.
This commit is contained in:
@@ -22,8 +22,8 @@ class hero_shortcodes extends e_shortcode
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$pref = e107::pref('hero');
|
||||
$this->active = check_class($pref['visibility']);
|
||||
$visibility = e107::pref('hero', 'visibility');
|
||||
$this->active = check_class($visibility);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user