calendar merge: implement channel calendar import in cdav/calendar

This commit is contained in:
Mario Vavti
2019-05-10 12:18:37 +02:00
parent b9b65d7dfb
commit 274f69526f
6 changed files with 22 additions and 21 deletions

View File

@@ -36,7 +36,7 @@ class Calendar {
'$rpath' => $rpath,
'$action_url' => 'settings/' . $module,
'$form_security_token' => get_form_security_token('settings_' . $module),
'$title' => t('CalDAV Settings'),
'$title' => t('Calendar Settings'),
'$features' => process_module_features_get(local_channel(), $features),
'$submit' => t('Submit')
));