diff --git a/dblayeroo.php b/dblayeroo.php index 508d4f9..755940e 100644 --- a/dblayeroo.php +++ b/dblayeroo.php @@ -2953,8 +2953,8 @@ class dblayeroo } $values = $this->normalize ($values); $update = !! $update; - $errors = array_merge ($this->checkRealTypes ($values, $update), - $this->verify ($values, $update)); + $errors = array_merge ($this->verify ($values, $update), + $this->checkRealTypes ($values, $update)); if (count ($errors) === 0) $this->debugLog ("End of checkValues (",$update,") : Nothing in error"); else