diff --git a/library/Class/CustomField/Value.php b/library/Class/CustomField/Value.php
index 08911b18c96cec1288076f6fcbda346fe64fe070..7a2a77c02266cb29950913128cc1bebe9c41d5ae 100644
--- a/library/Class/CustomField/Value.php
+++ b/library/Class/CustomField/Value.php
@@ -69,7 +69,7 @@ class Class_CustomField_Value extends Storm_Model_Abstract {
 
 
   public function getSelectedOptionsList() {
-    if (empty($this->getOptionsListAsArray()))
+    if (!$this->getOptionsListAsArray())
       return [];
 
     return explode(';', $this->getValue());