Commit f9803a56 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #104 in ZP/z-push from...

Merge pull request #104 in ZP/z-push from bugfix/ZP-787-typo-request-getdeviceid-request-getdeviceid to develop

* commit '00815c8d':
  ZP-787 fix typo Request::GetDeviceId() -> Request::GetDeviceID().
parents 6ae18006 00815c8d
...@@ -212,7 +212,7 @@ class FolderSync extends RequestProcessor { ...@@ -212,7 +212,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