Correct object generating response.

This commit is contained in:
Maxime Delorme 2007-05-29 23:04:50 +12:00 committed by Andrew McMillan
parent 0cfa405cc7
commit c4c069a2cb

View File

@ -272,7 +272,7 @@ class CalDAVRequest
return $this->_locks_found[$lock_token];
}
else {
$request->DoResponse( 500, translate("Database Error") );
$this->DoResponse( 500, translate("Database Error") );
}
return false; // Nothing matched