X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/437925de08860894e489db00c1d2d967c18267a2..1fad211ab12fc66117094e33425f8414fccd2cfa:/profile_edit.php diff --git a/profile_edit.php b/profile_edit.php index 3ef146ed..9732fb66 100644 --- a/profile_edit.php +++ b/profile_edit.php @@ -204,7 +204,7 @@ if ($request->getMethod() == 'POST') { } // Finished validating user input. - if ($errors->isEmpty()) { + if ($errors->no()) { if ($cl_lock_interval == null || trim($cl_lock_interval) == '') $cl_lock_interval = 0;