We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f9f0b commit d987243Copy full SHA for d987243
inc/fields/tagfield.class.php
@@ -90,7 +90,6 @@ public function serializeValue() {
90
}
91
92
public function deserializeValue($value) {
93
- $deserialized = [];
94
$this->value = ($value !== null && $value !== '')
95
? explode("\r\n", $value)
96
: [];
0 commit comments