diff --git a/inc/DAVResource.php b/inc/DAVResource.php index 97e49635..37bf602f 100644 --- a/inc/DAVResource.php +++ b/inc/DAVResource.php @@ -1051,7 +1051,7 @@ EOQRY; /** * Returns the database row for this resource */ - function event() { + function resource() { if ( !isset($this->resource) ) $this->FetchResource(); return $this->resource; }