Commit 832763ed authored by skummer's avatar skummer

ZP-383 #comment accessing correct longid variable #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1660 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent c10ca2ac
......@@ -263,7 +263,7 @@ class ItemOperations extends RequestProcessor {
$data = self::$backend->Fetch($operation['folderid'], $operation['serverid'], $operation["cpo"]);
}
if (isset($longid)) {
if (isset($operation['longid'])) {
self::$encoder->startTag(SYNC_SEARCH_LONGID);
self::$encoder->content($operation['longid']);
self::$encoder->endTag(); // end SYNC_FOLDERID
......
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