diff options
author | Mario <mario@mariovavti.com> | 2021-06-21 07:52:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-21 07:52:47 +0000 |
commit | 3632fb359f4dcf92c8a47cd36e6574490d4f1081 (patch) | |
tree | c98f2ed284a793460fcd066a8582e42d7fdf204e /Zotlabs/Module | |
parent | 2a3ba5d5f0c213a240c784625552e6df6eb40b64 (diff) | |
download | volse-hubzilla-3632fb359f4dcf92c8a47cd36e6574490d4f1081.tar.gz volse-hubzilla-3632fb359f4dcf92c8a47cd36e6574490d4f1081.tar.bz2 volse-hubzilla-3632fb359f4dcf92c8a47cd36e6574490d4f1081.zip |
calendar: emit a warning if the calendar for the created event is disabled
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Cdav.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Cdav.php b/Zotlabs/Module/Cdav.php index e26cdd072..e41772d38 100644 --- a/Zotlabs/Module/Cdav.php +++ b/Zotlabs/Module/Cdav.php @@ -1059,6 +1059,7 @@ class Cdav extends Controller { '$cancel' => t('Cancel'), '$create' => t('Create'), '$recurrence_warning' => t('Sorry! Editing of recurrent events is not yet implemented.'), + '$disabled_warning' => t('Could not fetch calendar resource. The selected calendar might be disabled.'), '$channel_hash' => $channel['channel_hash'], '$acl' => $acl, |