mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-21 17:06:22 +00:00
Fix typo.
This commit is contained in:
parent
5f35d2ddce
commit
bab1820045
@ -289,7 +289,7 @@ class CalDAVRequest
|
||||
function FailIfLocked() {
|
||||
if ( $existing_lock = $this->IsLocked() ) { // NOTE Assignment in if() is expected here.
|
||||
dbg_error_log( "caldav", "There is a lock on '%s'", $this->path);
|
||||
if ( ! $request->ValidateLockToken($existing_lock) ) {
|
||||
if ( ! $this->ValidateLockToken($existing_lock) ) {
|
||||
$lock_row = $this->GetLockRow($existing_lock);
|
||||
/**
|
||||
* Already locked - deny it
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user