X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9a23a8c0a51b7ec38a96f525484134f3cb85dc7e..8c7da3eb00661f94b51b0390ee0d56b8dfeeaeb4:/WEB-INF/lib/mail/Mailer.class.php?ds=sidebyside 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; }