Add Textarea

This commit is contained in:
Thomas Peterson 2020-02-25 16:09:02 +01:00
parent 98d16bfd54
commit 8eaf94b022

View File

@ -13,8 +13,6 @@ class PaperDbSelect extends Select
/** @var PaperOpt $option */ /** @var PaperOpt $option */
$option = $this->getSelectedOption(); $option = $this->getSelectedOption();
$variables = [];
if($option == null) { if($option == null) {
$variables[$this->getId() . '_grammatur'] = 0; $variables[$this->getId() . '_grammatur'] = 0;