Commit 25a8119b authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-783 Fixed typo and year.

Released under the Affero GNU General Public License (AGPL) version 3.
parent ce964911
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* *
* Created : 14.02.2011 * Created : 14.02.2011
* *
* Copyright 2007 - 2013 Zarafa Deutschland GmbH * Copyright 2007 - 2015 Zarafa Deutschland GmbH
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3, * it under the terms of the GNU Affero General Public License, version 3,
...@@ -326,7 +326,7 @@ class ImportChangesICS implements IImportChanges { ...@@ -326,7 +326,7 @@ class ImportChangesICS implements IImportChanges {
} }
// something really bad happened while exporting changes // something really bad happened while exporting changes
catch (StatusException $stex) { catch (StatusException $stex) {
ZLog::Write(LOGLEVEL_WARN, sprintf("ImportChangesICS->lazyLoadConflicts(): got StatusException code %d while exporting changes. Ignoring and mark conflicts as loaded.",$stex->getCode())); ZLog::Write(LOGLEVEL_WARN, sprintf("ImportChangesICS->lazyLoadConflicts(): got StatusException code %d while exporting changes. Ignore and mark conflicts as loaded.",$stex->getCode()));
} }
$this->conflictsLoaded = true; $this->conflictsLoaded = 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