mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-31 11:00:13 +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 ;
|
||||
if ( $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 )
|
||||
return false;
|
||||
$request_headers = array ( );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user