Commit dc281f2d authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-947 Fixed typo.

Released under the Affero GNU General Public License (AGPL) version 3.
parent e6409f02
......@@ -886,7 +886,7 @@ class Sync extends RequestProcessor {
continue;
}
// if there are no other responses sent, we should add with a global status
// if there are no other responses sent, we should end with a global status
if ($status == SYNC_STATUS_FOLDERHIERARCHYCHANGED && $this->startTagsSent === false) {
$this->sendStartTags();
self::$encoder->startTag(SYNC_STATUS);
......
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