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