Syntax fixes

This commit is contained in:
Mateusz Kijowski 2024-04-08 04:53:22 +02:00
parent a247df970b
commit ac57589c1c
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ $config['kolab_invitation_calendars'] = false;
// The following replacement variables are supported: // The following replacement variables are supported:
// %u - Source user name // %u - Source user name
// %i - Newly generated calendar UUID // %i - Newly generated calendar UUID
// $config['calendar_caldav_new_calendar_path'] = '/calendars/%u/%i' // $config['calendar_caldav_new_calendar_path'] = '/calendars/%u/%i';
// Driver to provide a resource directory ('ldap' is the only implementation yet). // Driver to provide a resource directory ('ldap' is the only implementation yet).
// Leave empty or commented to disable resources support. // Leave empty or commented to disable resources support.

View file

@ -2230,7 +2230,7 @@ else {
foreach($updates as $update) foreach($updates as $update)
{ {
if(is_null($update['remote_event']) if(is_null($update['remote_event']))
{ {
self::debug_log("No remote_event in update: ".print_r($update, true)); self::debug_log("No remote_event in update: ".print_r($update, true));
continue; continue;