Просмотр исходного кода

try to get connectiontest running

andre 2 лет назад
Родитель
Сommit
bc0aa10de8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api/class/KerioApiException.php

+ 1 - 1
api/class/KerioApiException.php

@@ -63,7 +63,7 @@ class KerioApiException extends Exception {
 	 * @param	array	Positional parameters in message
 	 * @return	void
 	 */
-	public function KerioApiException($message, $code = '', $positionalParameters = '', $request = '', $response = '') {
+	public function __construct($message, $code = '', $positionalParameters = '', $request = '', $response = '') {
 		$this->message = $message;
 
 		if (is_int($code) || is_string($code)) {