aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Cdav.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-04-30 00:09:57 +0200
committerMario Vavti <mario@mariovavti.com>2019-04-30 00:09:57 +0200
commit327e5d06e12b3ddad0a83a223c1673a4d0dafb15 (patch)
treed5ae844d7f1498e1552df4cd4ffd4df00b30815b /Zotlabs/Widget/Cdav.php
parent674215e9e6632ac22a1b87f9996f0323f5949d94 (diff)
downloadvolse-hubzilla-327e5d06e12b3ddad0a83a223c1673a4d0dafb15.tar.gz
volse-hubzilla-327e5d06e12b3ddad0a83a223c1673a4d0dafb15.tar.bz2
volse-hubzilla-327e5d06e12b3ddad0a83a223c1673a4d0dafb15.zip
calendar merge: implement single event editing UI
Diffstat (limited to 'Zotlabs/Widget/Cdav.php')
-rw-r--r--Zotlabs/Widget/Cdav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Cdav.php b/Zotlabs/Widget/Cdav.php
index c88530c0b..20c70903f 100644
--- a/Zotlabs/Widget/Cdav.php
+++ b/Zotlabs/Widget/Cdav.php
@@ -22,7 +22,7 @@ class Cdav {
$o = '';
- if(argc() == 2 && argv(1) === 'calendar') {
+ if(argc() <= 3 && argv(1) === 'calendar') {
$caldavBackend = new \Sabre\CalDAV\Backend\PDO($pdo);