mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-28 18:16:05 +00:00
Fix incorrect reference in PreconditionFailed() method.
This commit is contained in:
parent
5b6dc1a052
commit
92355af6f6
@ -1073,7 +1073,7 @@ EOSQL;
|
||||
<%s/>%s
|
||||
</error>', $precondition, $explanation );
|
||||
|
||||
$request->DoResponse( $status, $xmldoc, 'text/xml; charset="utf-8"' );
|
||||
$this->DoResponse( $status, $xmldoc, 'text/xml; charset="utf-8"' );
|
||||
exit(0); // Unecessary, but might clarify things
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user