Commit d8718bdc authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-824 Remove local $sc as it is not needed.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 2161641e
......@@ -249,7 +249,7 @@ class FolderChange extends RequestProcessor {
self::$deviceManager->GetStateManager()->SetSynchedFolderState($spa);
// invalidate all pingable flags
$sc = SyncCollections::InvalidatePingableFlags();
SyncCollections::InvalidatePingableFlags();
}
return true;
......
......@@ -261,7 +261,7 @@ class FolderSync extends RequestProcessor {
self::$deviceManager->GetStateManager()->SetSynchedFolderState($spa);
// invalidate all pingable flags
$sc = SyncCollections::InvalidatePingableFlags();
SyncCollections::InvalidatePingableFlags();
}
}
}
......
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