mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-22 02:04:19 +00:00
Fix PHP Notice: Undefined variable: body in /usr/share/davical/inc/iSchedule.php on line 435
This commit is contained in:
parent
a9d438dc0f
commit
19ec6fd2fb
@ -434,7 +434,7 @@ class iSchedule
|
|||||||
$headers['Content-Type'] = 'text/calendar; component=' . $component ;
|
$headers['Content-Type'] = 'text/calendar; component=' . $component ;
|
||||||
if ( $method )
|
if ( $method )
|
||||||
$headers['Content-Type'] .= '; method=' . $method;
|
$headers['Content-Type'] .= '; method=' . $method;
|
||||||
$headers['DKIM-Signature'] = $this->signDKIM ( $headers, $body );
|
$headers['DKIM-Signature'] = $this->signDKIM ( $headers, $data );
|
||||||
if ( $headers['DKIM-Signature'] == false )
|
if ( $headers['DKIM-Signature'] == false )
|
||||||
return false;
|
return false;
|
||||||
$request_headers = array ( );
|
$request_headers = array ( );
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user