From 8eaf94b022b3ad69e633e373eafdc32e203c931c Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Tue, 25 Feb 2020 16:09:02 +0100 Subject: [PATCH] Add Textarea --- src/Option/Type/PaperDbSelect.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Option/Type/PaperDbSelect.php b/src/Option/Type/PaperDbSelect.php index 476d7c1..cfb10a5 100644 --- a/src/Option/Type/PaperDbSelect.php +++ b/src/Option/Type/PaperDbSelect.php @@ -13,8 +13,6 @@ class PaperDbSelect extends Select /** @var PaperOpt $option */ $option = $this->getSelectedOption(); - $variables = []; - if($option == null) { $variables[$this->getId() . '_grammatur'] = 0;