Commit a1541482 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-840 Rename exception variable.

Released under the Affero GNU General Public License (AGPL) version 3.
parent c9c81f84
......@@ -67,7 +67,7 @@ class Ping extends RequestProcessor {
try {
$sc->LoadAllCollections(true, true, true);
}
catch (StateInvalidException $snfex) {
catch (StateInvalidException $siex) {
// if no params are present, indicate to send params, else do hierarchy sync
if (!$params_present) {
$pingstatus = SYNC_PINGSTATUS_FAILINGPARAMS;
......
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