summaryrefslogtreecommitdiff
path: root/security/mailzu/files/patch-lib_IMAPAuth.class.php
blob: db38328ffa02689eecc93ec74412187d16df2550 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/IMAPAuth.class.php.orig	2007-06-14 19:00:15 UTC
+++ lib/IMAPAuth.class.php
@@ -36,7 +36,7 @@ class IMAPAuth {
 	* Constructor to initialize object
 	* @param none
 	*/
-	function IMAPAuth() {
+	function __construct() {
 		global $conf;
 
 		$this->imapHosts = $conf['auth']['imap_hosts'];