mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +00:00
fix the append box when importing collections
This commit is contained in:
parent
2f27d181f0
commit
72dc5b1f39
@ -115,7 +115,7 @@ if ( $can_write_collection && $editor->IsSubmit() ) {
|
|||||||
param_to_global('mode');
|
param_to_global('mode');
|
||||||
include_once('caldav-PUT-functions.php');
|
include_once('caldav-PUT-functions.php');
|
||||||
controlRequestContainer( $username, $user_no, $path, false, ($publicly_readable == 'on' ? true : false));
|
controlRequestContainer( $username, $user_no, $path, false, ($publicly_readable == 'on' ? true : false));
|
||||||
import_collection( $ics, $user_no, $path, $session->user_no, ($mode == 'append') );
|
import_collection( $ics, $user_no, $path, $session->user_no, ($mode == 'on') );
|
||||||
$c->messages[] = sprintf(translate('Calendar "%s" was loaded from file.'), $path);
|
$c->messages[] = sprintf(translate('Calendar "%s" was loaded from file.'), $path);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user