Port entirely to a MVC-like pattern #37

Open
kazhnuz wants to merge 29 commits from refactor/use-bludit-boot-code into main
Showing only changes of commit 371200817c - Show all commits

View file

@ -52,7 +52,6 @@ class PostData {
private function applyValidation($rule, $name, $array, $keys, $database) {
$error = call_user_func(array($this->validators, $rule), $name, $this->nonCleanDatas, $keys, $database);
if ($error != null) {
echo($error);
$this->errors[] = $error;
}
}