diff --git a/core/basethemelet.php b/core/basethemelet.php
index 551c4a8b..fc4d6caa 100644
--- a/core/basethemelet.php
+++ b/core/basethemelet.php
@@ -210,7 +210,7 @@ class BaseThemelet
}
foreach ($options as $value => $op) {
- if (isset($selected_options) && in_array($value, $selected_options)) {
+ if (in_array($value, $selected_options)) {
$output .= "";
} else {
$output .= "";