Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F119226369
D2131.1776261575.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
972 B
Referenced Files
None
Subscribers
None
D2131.1776261575.diff
View Options
diff --git a/lib/ext/Syncroton/Command/Sync.php b/lib/ext/Syncroton/Command/Sync.php
--- a/lib/ext/Syncroton/Command/Sync.php
+++ b/lib/ext/Syncroton/Command/Sync.php
@@ -560,6 +560,11 @@
if ($this->_logger instanceof Zend_Log)
$this->_logger->warn(__METHOD__ . '::' . __LINE__ . " Detected an unknown folder, skipping {$collectionData->collectionId}.");
+ $collection = $collections->appendChild($this->_outputDom->createElementNS('uri:AirSync', 'Collection'));
+ $collection->appendChild($this->_outputDom->createElementNS('uri:AirSync', 'SyncKey', $collectionData->syncKey));
+ $collection->appendChild($this->_outputDom->createElementNS('uri:AirSync', 'CollectionId', $collectionData->collectionId));
+ $collection->appendChild($this->_outputDom->createElementNS('uri:AirSync', 'Status', self::STATUS_OBJECT_NOT_FOUND));
+
continue;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 15, 1:59 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18853733
Default Alt Text
D2131.1776261575.diff (972 B)
Attached To
Mode
D2131: Avoid Sync unnecessary FolderSync interaction
Attached
Detach File
Event Timeline