X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/de9b34758cdcbc54e7100c260591143445c3c5cf..1cfc9f9452a2e397fca1886825fff29fad409e5c:/WEB-INF/lib/ttImportHelper2.class.php diff --git a/WEB-INF/lib/ttImportHelper2.class.php b/WEB-INF/lib/ttImportHelper2.class.php index 58bfa886..5de6d8c5 100644 --- a/WEB-INF/lib/ttImportHelper2.class.php +++ b/WEB-INF/lib/ttImportHelper2.class.php @@ -51,7 +51,7 @@ class ttImportHelper2 { var $firstPass = true; // True during first pass through the file. // Constructor. - function ttImportHelper2(&$errors) { + function __construct(&$errors) { $this->errors = &$errors; }