summaryrefslogtreecommitdiff
path: root/security/mailzu/files/patch-lib_AmavisdEngine.class.php
blob: 230f813c394261f3ff1fb0fffe75189bd01fa5c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/AmavisdEngine.class.php.orig	2007-06-14 19:00:15 UTC
+++ lib/AmavisdEngine.class.php
@@ -48,7 +48,7 @@ class AmavisdEngine {
 	* $param none
 	* $return object Amavisd object
 	*/
-	function AmavisdEngine($host) {
+	function __construct($host) {
 
 		$this->socket = new Net_Socket();
 		$this->port = $GLOBALS['conf']['amavisd']['spam_release_port'];