Commit 2339098b authored by Manfred Kutas's avatar Manfred Kutas

ZP-1008 Missing Syncronize output end tag on sync when folder hierarchy

changed.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 257a2a78
......@@ -751,6 +751,7 @@ class Sync extends RequestProcessor {
self::$encoder->startTag(SYNC_STATUS);
self::$encoder->content($status);
self::$encoder->endTag();
self::$encoder->endTag(); // SYNC_SYNCHRONIZE
return true;
}
......@@ -891,6 +892,7 @@ class Sync extends RequestProcessor {
self::$encoder->startTag(SYNC_STATUS);
self::$encoder->content($status);
self::$encoder->endTag();
self::$encoder->endTag(); // SYNC_SYNCHRONIZE
return true;
}
......
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