X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1fad211ab12fc66117094e33425f8414fccd2cfa..db2ca21db73a2ea52155510e1e0300541d6b9ef6:/WEB-INF/lib/form/ActionErrors.class.php diff --git a/WEB-INF/lib/form/ActionErrors.class.php b/WEB-INF/lib/form/ActionErrors.class.php index 9cdc21b6..1f8aceb3 100644 --- a/WEB-INF/lib/form/ActionErrors.class.php +++ b/WEB-INF/lib/form/ActionErrors.class.php @@ -29,11 +29,7 @@ class ActionErrors { var $errors = array(); - function ActionErrors() { - } - - function exist() { - return (count($this->errors)>0 ? true : false); + function __construct() { } function no() {