We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5127e1d commit a0611c7Copy full SHA for a0611c7
1 file changed
lib/DAV/Calendar.php
@@ -261,15 +261,15 @@ public function propPatch(PropPatch $propPatch) {
261
}
262
$this->board->setColor($color);
263
break;
264
- }
265
266
- if ($this->stack !== null) {
267
- return $this->backend->updateStack($this->stack);
268
269
- return $this->backend->updateBoard($this->board);
270
- });
271
- // We can just return here and let oc_properties handle everything
272
+ }
+ if ($this->stack !== null) {
+ return $this->backend->updateStack($this->stack);
+ return $this->backend->updateBoard($this->board);
+ });
+ // We can just return here and let oc_properties handle everything
273
274
/**
275
* @inheritDoc
0 commit comments