ports/security/mailzu/files/patch-lib_IMAPAuth.class.php
Krzysztof 070336bc55 security/mailzu: Add support for php80
PR:		263614
Approved by:	submitter is maintainer
2023-11-15 12:54:06 +01:00

12 lines
297 B
PHP

--- 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'];