Commit acc4fa3a authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1065 fix typo.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 74dda71a
......@@ -1486,7 +1486,7 @@ class BackendKopano implements IBackend, ISearchProvider {
$sigs = new KoeSignatures();
$storeProps = mapi_getprops($this->store, array(PR_EC_WEBACCESS_SETTINGS_JSON));
// Check if property exists, if it doesn't exist then we can continue with empty an empty signature object
// Check if property exists, if it doesn't exist then we can continue with an empty signature object
if (isset($storeProps[PR_EC_WEBACCESS_SETTINGS_JSON]) || MAPIUtils::GetError(PR_EC_WEBACCESS_SETTINGS_JSON, $storeProps) == MAPI_E_NOT_ENOUGH_MEMORY) {
$settings_string = MAPIUtils::readPropStream($this->store, PR_EC_WEBACCESS_SETTINGS_JSON);
if(!empty($settings_string)) {
......
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