Commit 12af4336 authored by Manfred Kutas's avatar Manfred Kutas

ZP-250 Fixed typo in Terminate output message.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 0449fa9e
......@@ -549,7 +549,7 @@ class Kopano extends SyncWorker {
$parentfolder = mapi_msgstore_openentry($this->store, $parentfentryid);
if (!$parentfolder)
$this->Terminate(sprintf("Kopano->CreateHiddenPublicFolder(): Error, unable to open parent folder (open entry): 0x%08X", mapi_last_hresult()));
$this->Terminate(sprintf("Kopano->getRootFolder(): Error, unable to open parent folder (open entry): 0x%08X", mapi_last_hresult()));
$this->folderCache[$rootId] = $parentfolder;
}
......
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