Skip to content

Commit

Permalink
index-Feld: String erlauben
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Jan 4, 2025
1 parent 819a7a1 commit 202f7d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/yform/value/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public function postFormAction(): void
if (isset($this->params['value_pool']['sql'][$name])) {
$value .= ' ' . $this->params['value_pool']['sql'][$name];
continue;
} else {
$value .= trim($name, '"\'');
}

$name = explode('.', $name);
Expand Down

0 comments on commit 202f7d7

Please sign in to comment.