mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +00:00
Override the "don't PUT a whole calendar" option.
This commit is contained in:
parent
85924de63c
commit
2cb4528746
@ -50,7 +50,7 @@ chdir(preg_replace('{/scripts/[^/]+.php$}','/htdocs',$script_file));
|
|||||||
require_once("./always.php");
|
require_once("./always.php");
|
||||||
require_once('caldav-PUT-functions.php');
|
require_once('caldav-PUT-functions.php');
|
||||||
require_once('check_UTF8.php');
|
require_once('check_UTF8.php');
|
||||||
|
$c->readonly_webdav_collections = false; // Override any active default.
|
||||||
|
|
||||||
dbg_error_log('load-collection',':Write: Loaded %d bytes from %s', strlen($ics), $source );
|
dbg_error_log('load-collection',':Write: Loaded %d bytes from %s', strlen($ics), $source );
|
||||||
if ( !check_string($ics) ) {
|
if ( !check_string($ics) ) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user