diff --git a/snappymail/v/0.0.0/app/libraries/RainLoop/Plugins/Property.php b/snappymail/v/0.0.0/app/libraries/RainLoop/Plugins/Property.php index 4faeb466f..22f0209e6 100644 --- a/snappymail/v/0.0.0/app/libraries/RainLoop/Plugins/Property.php +++ b/snappymail/v/0.0.0/app/libraries/RainLoop/Plugins/Property.php @@ -68,7 +68,7 @@ class Property implements \JsonSerializable } break; case PluginPropertyType::SELECTION: - if ($this->aOptions && \in_array($mValue, $oItem->Options())) { + if ($this->aOptions && \in_array($mValue, $this->Options())) { $this->mValue = (string) $mValue; } break;