Commit 0d5ab75f authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1326 Fixed whitespace.

Released under the Affero GNU General Public License (AGPL) version 3.
parent b1f21bb3
......@@ -236,7 +236,7 @@ class Sync extends RequestProcessor {
}
// read the endtag if SYNC_GETCHANGES wasn't an empty tag
if ($starttag[EN_FLAGS] & EN_FLAGS_CONTENT) {
if(!self::$decoder->getElementEndTag()) {
if (!self::$decoder->getElementEndTag()) {
return false;
}
}
......
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