mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Fixes missing custompage values when switching to some legacy v1.x themes.
This commit is contained in:
@@ -142,7 +142,7 @@ class plugin_featurebox_item extends e_model
|
||||
{
|
||||
parse_str($parm, $parm);
|
||||
}
|
||||
|
||||
|
||||
$tp = e107::getParser();
|
||||
|
||||
$imageSrc = ($parm != 'placeholder') ? $this->get('fb_image') : "";
|
||||
|
Reference in New Issue
Block a user