Skip to content

Commit 9769bf1

Browse files
committed
Remove default value from oldObject parameter to processICalendarChange
1 parent cee02b1 commit 9769bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CalDAV/Schedule/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ public function getSupportedPrivilegeSet(INode $node, array &$supportedPrivilege
609609
* @param bool $modified a marker to indicate that the original object
610610
* modified by this process
611611
*/
612-
protected function processICalendarChange($oldObject = null, VCalendar $newObject, array $addresses, array $ignore = [], &$modified = false)
612+
protected function processICalendarChange($oldObject, VCalendar $newObject, array $addresses, array $ignore = [], &$modified = false)
613613
{
614614
$broker = new ITip\Broker();
615615
$messages = $broker->parseEvent($newObject, $addresses, $oldObject);

0 commit comments

Comments
 (0)