Procházet zdrojové kódy

try to get connectiontest running

andre před 2 roky
rodič
revize
aa25b031a6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      api/class/KerioApiSocket.php

+ 1 - 1
api/class/KerioApiSocket.php

@@ -93,7 +93,7 @@ class KerioApiSocket implements KerioApiSocketInterface {
 	 * @param	integer	Timeout, optional
 	 * @return	boolean	True on success
 	 */
-	public function KerioApiSocket($hostname, $port, $timeout = '') {
+	public function __construct($hostname, $port, $timeout = '') {
 		/* Set host */
 		$this->hostname = $hostname;
 		$this->port = $port;