diff --git a/modules/cms/models/ThemeData.php b/modules/cms/models/ThemeData.php index 1df32f0b5..dde92f731 100644 --- a/modules/cms/models/ThemeData.php +++ b/modules/cms/models/ThemeData.php @@ -207,11 +207,11 @@ class ThemeData extends Model public static function applyAssetVariablesToCombinerFilters($filters) { $theme = CmsTheme::getActiveTheme(); - - if(!$theme){ + + if (!$theme){ return; } - + if (!$theme->hasCustomData()) { return; }