aboutsummaryrefslogtreecommitdiff
path: root/actions/event_calendar/killrequest.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/event_calendar/killrequest.php')
-rw-r--r--actions/event_calendar/killrequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/event_calendar/killrequest.php b/actions/event_calendar/killrequest.php
index b58e804cd..f4f3c3135 100644
--- a/actions/event_calendar/killrequest.php
+++ b/actions/event_calendar/killrequest.php
@@ -11,7 +11,7 @@ $event = get_entity($event_guid);
if (elgg_instanceof($event, 'object', 'event_calendar')
&& elgg_instanceof($user, 'user')
- && event_calendar_personal_can_manage($event,$user_guid)
+ && $event->canEdit()
&& check_entity_relationship($user_guid, 'event_calendar_request', $event_guid)) {
remove_entity_relationship($user->guid, 'event_calendar_request', $event_guid);