Compare commits
No commits in common. "bc8ddbff4cd0d3ab7f0161e7352f8734b5d06e39" and "ae3a653de4e2177ba667f58d85985fa9a187f8be" have entirely different histories.
bc8ddbff4c
...
ae3a653de4
@ -38,7 +38,7 @@ class AdminController
|
||||
if (strpos($value, "*") !== false && (!isset($_POST[$index]) || empty($_POST[$index]))) {
|
||||
$this->errors[$index] = "Bitte " . $value . " eingeben";
|
||||
} else {
|
||||
$this->validData[$index] = $_POST[$index] === '' ? null : $_POST[$index];
|
||||
$this->validData[$index] = $_POST[$index];
|
||||
}
|
||||
}
|
||||
if (count($this->errors) > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user