Skip to content

Commit d987243

Browse files
committed
style: cleanup unused var
1 parent 91f9f0b commit d987243

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/fields/tagfield.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public function serializeValue() {
9090
}
9191

9292
public function deserializeValue($value) {
93-
$deserialized = [];
9493
$this->value = ($value !== null && $value !== '')
9594
? explode("\r\n", $value)
9695
: [];

0 commit comments

Comments
 (0)