Commit 81c868b5 authored by Michael Niewoehner's avatar Michael Niewoehner

ZP-1058 autodiscover: Fix mistake: always send response

Released under the Affero GNU General Public License (AGPL) version 3.
parent 9ae03bfb
......@@ -138,8 +138,9 @@ class ZPushAutodiscover {
}
}
}
$this->sendResponse($response);
}
$this->sendResponse($response);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment