summaryrefslogtreecommitdiff
path: root/security/mailzu/files/patch-lib_MailEngine.class.php
blob: 4ad9fcc9cbc01d1b9ec4f4a9705712752fe07c34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/MailEngine.class.php.orig	2007-06-14 19:00:15 UTC
+++ lib/MailEngine.class.php
@@ -48,7 +48,7 @@ class MailEngine {
 	* $param string The mail addr of the reader
 	* $return object MailEngine object
 	*/
-	function MailEngine($mail_id, $recip) {
+	function __construct($mail_id, $recip) {
 	  $this->recipient = $recip;
 	  $this->getRawContent($mail_id);
 	  $this->msg_error = false;