Minor code tidy

This commit is contained in:
Samuel Georges 2016-07-07 07:56:10 +10:00
parent dd86a13218
commit 9be8a8c0a3
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}