Getting rid of PHP Deprecated warnings.
[timetracker.git] / WEB-INF / lib / form / ActionErrors.class.php
index a13104d..1f8aceb 100644 (file)
@@ -29,7 +29,7 @@
 class ActionErrors {
     var $errors = array();
 
-    function ActionErrors() {
+    function __construct() {
     }
 
     function no() {