mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Cosmetic.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
This commit is contained in:
parent
0f7e48ea17
commit
0f8f221788
@ -109,7 +109,7 @@ class CalDAVRequest
|
||||
$this->options = $options;
|
||||
if ( !isset($this->options['allow_by_email']) ) $this->options['allow_by_email'] = false;
|
||||
|
||||
$this->raw_post = file_get_contents ( 'php://input');
|
||||
$this->raw_post = file_get_contents( 'php://input');
|
||||
|
||||
if ( (isset($c->dbg['ALL']) && $c->dbg['ALL']) || (isset($c->dbg['request']) && $c->dbg['request']) ) {
|
||||
/** Log the request headers */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user