Return false if there was no lock at all.

This commit is contained in:
Andrew McMillan 2006-12-06 23:11:11 +13:00
parent 1d256de4c4
commit 2035717e14

View File

@ -312,6 +312,7 @@ class CalDAVRequest
}
return $existing_lock;
}
return false;
}