Commit 7f66814d authored by mku's avatar mku

- fixed: typo in a comment

git-svn-id: https://z-push.org/svn/z-push/trunk@1453 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 7255faeb
......@@ -308,7 +308,7 @@ class ImportHierarchyChangesCombinedWrap {
$folder->parentid = $this->backendid.$this->backend->config['delimiter'].$folder->parentid;
}
if(isset($this->backend->config['folderbackend'][$folder->type]) && $this->backend->config['folderbackend'][$folder->type] != $this->backendid){
ZLog::Write(LOGLEVEL_DEBUG, sprintf("not ussing folder: '%s' ('%s')", $folder->displayname, $folder->serverid));
ZLog::Write(LOGLEVEL_DEBUG, sprintf("not using folder: '%s' ('%s')", $folder->displayname, $folder->serverid));
return true;
}
ZLog::Write(LOGLEVEL_DEBUG, "ImportHierarchyChangesCombinedWrap->ImportFolderChange() success");
......
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