Commit c9c81f84 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-840 Renamed exception variable.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 212ca784
...@@ -566,7 +566,7 @@ class Sync extends RequestProcessor { ...@@ -566,7 +566,7 @@ class Sync extends RequestProcessor {
try { try {
$sc->LoadAllCollections(false, true, true); $sc->LoadAllCollections(false, true, true);
} }
catch (StateInvalidException $snfex) { catch (StateInvalidException $siex) {
$status = SYNC_STATUS_INVALIDSYNCKEY; $status = SYNC_STATUS_INVALIDSYNCKEY;
self::$topCollector->AnnounceInformation("StateInvalidException", true); self::$topCollector->AnnounceInformation("StateInvalidException", true);
} }
......
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