diff --git a/view/theme/vier/style.php b/view/theme/vier/style.php index 81010e3816..0c6667423b 100644 --- a/view/theme/vier/style.php +++ b/view/theme/vier/style.php @@ -10,11 +10,11 @@ $uid = Profile::getThemeUid(); $style = PConfig::get($uid, 'vier', 'style'); -if ($style == "") { +if (empty($style)) { $style = Config::get('vier', 'style'); } -if ($style == "") { +if (empty($style)) { $style = "plus"; }