Commit fdca56d6 authored by Sebastian Kummer's avatar Sebastian Kummer

ZO-28 Remove unreachable code.

parent 98ecf66a
......@@ -77,9 +77,9 @@ class Zarafa extends SyncWorker {
$this->Log(sprintf("Created hidden public folder with id: '%s'", $sourcekey));
return $sourcekey;
}
else
else {
$this->Terminate(sprintf("Zarafa->CreateHiddenFolder(): Error, folder created but PR_SOURCE_KEY not available: 0x%08X", mapi_last_hresult()));
return false;
}
}
/**
......
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