mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-30 18:37:12 +00:00
Fix typo.
This commit is contained in:
parent
be5227f0ca
commit
0070914394
@ -123,7 +123,7 @@ class CalDAVRequest
|
||||
if ( isset($_SERVER['HTTP_PREFER']) ) {
|
||||
$this->prefer = explode( ',', $_SERVER['HTTP_PREFER']);
|
||||
}
|
||||
else if ( isset($_SERVER['HTTP_BRIEF']) && (strtoupper($_SERVER['HTTP_PREFER']) == 'T') ) {
|
||||
else if ( isset($_SERVER['HTTP_BRIEF']) && (strtoupper($_SERVER['HTTP_BRIEF']) == 'T') ) {
|
||||
$this->prefer = array( 'return-minimal');
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user