Commit 00815c8d authored by Etienne CHAMPETIER's avatar Etienne CHAMPETIER

ZP-787 fix typo Request::GetDeviceId() -> Request::GetDeviceID().

Released under the Affero GNU General Public License (AGPL) version 3.
parent 16ad9d52
...@@ -219,7 +219,7 @@ class FolderSync extends RequestProcessor { ...@@ -219,7 +219,7 @@ class FolderSync extends RequestProcessor {
// say that we are done with partial synching // say that we are done with partial synching
self::$deviceManager->SetFolderSyncComplete(true); self::$deviceManager->SetFolderSyncComplete(true);
// reset the loop data to prevent any loop detection to kick in now // reset the loop data to prevent any loop detection to kick in now
self::$deviceManager->ClearLoopDetectionData(Request::GetAuthUser(), Request::GetDeviceId()); self::$deviceManager->ClearLoopDetectionData(Request::GetAuthUser(), Request::GetDeviceID());
ZLog::Write(LOGLEVEL_INFO, "Request->HandleFolderSync(): Chunked exporting of folders completed successfully"); ZLog::Write(LOGLEVEL_INFO, "Request->HandleFolderSync(): Chunked exporting of folders completed successfully");
} }
......
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