Commit 83d878d8 authored by Manfred Kutas's avatar Manfred Kutas

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

This reverts commit a43dd3b2.

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