mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-22 17:16:06 +00:00
Rename the event() function to resource() since it might not be an event.
This commit is contained in:
parent
2a18bb3b37
commit
60d7780b1d
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user