mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Merge pull request #753 from cm-schl/master
Plugin configuration did not load anymore when type was SELECTION
This commit is contained in:
commit
b64e0a026d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue