Commit 593e8ae3 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1271 Fixed whitespace.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 62a5f45e
...@@ -83,7 +83,7 @@ class ExportChangesICS implements IExportChanges{ ...@@ -83,7 +83,7 @@ class ExportChangesICS implements IExportChanges{
// Get the actual ICS exporter // Get the actual ICS exporter
if ($folder) { if ($folder) {
if($folderid) { if ($folderid) {
$this->exporter = mapi_openproperty($folder, PR_CONTENTS_SYNCHRONIZER, IID_IExchangeExportChanges, 0 , 0); $this->exporter = mapi_openproperty($folder, PR_CONTENTS_SYNCHRONIZER, IID_IExchangeExportChanges, 0 , 0);
} }
else { else {
......
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