X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a07b6f8bccda226991ced6fe25f1c9c508e423e5..466c7825f8313f5e3a11c63383537c8bb302a932:/WEB-INF/lib/mail/Mailer.class.php diff --git a/WEB-INF/lib/mail/Mailer.class.php b/WEB-INF/lib/mail/Mailer.class.php index 1b84e745..eb4e7f9a 100644 --- a/WEB-INF/lib/mail/Mailer.class.php +++ b/WEB-INF/lib/mail/Mailer.class.php @@ -9,7 +9,7 @@ class Mailer { var $mReceiver; var $mReceiverCC; - function Mailer($type='standard') { + function __construct($type='standard') { $this->mSendType = $type; }