Commit b5b4ce13 authored by skummer's avatar skummer

ZP-272 #comment fixed typo #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1615 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent ae2f8019
......@@ -103,7 +103,7 @@ class MoveItems extends RequestProcessor {
if ($importer === false)
throw new StatusException(sprintf("HandleMoveItems() could not get an importer for folder id '%s'", $move["srcfldid"]), SYNC_MOVEITEMSSTATUS_INVALIDSOURCEID);
// get saves SyncParameters for this folder
// get saved SyncParameters for this folder
$spa = self::$deviceManager->GetStateManager()->GetSynchedFolderState($move["srcfldid"]);
if (!$spa->HasSyncKey())
throw new StatusException(sprintf("MoveItems(): Source folder id '%s' is not fully synchronized. Unable to perform operation.", $move["srcfldid"]), SYNC_MOVEITEMSSTATUS_INVALIDSOURCEID);
......
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