From 1c3d61885dcab52c26248a402a7ef967d3863515 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 12 Jan 2015 02:28:03 +0100 Subject: [PATCH] The real [Start|End]NewAtomPubActivity event definition --- EVENTS.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EVENTS.txt b/EVENTS.txt index e70dae6930..197b8afe6f 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -970,12 +970,12 @@ EndRevokeRole: when a role has been revoked StartAtomPubNewActivity: When a new activity comes in through Atom Pub API - &$activity: received activity -- $user: user publishing the entry +- $profile: profile of the user publishing the entry - &$notice: notice created; initially null, can be set EndAtomPubNewActivity: When a new activity comes in through Atom Pub API - $activity: received activity -- $user: user publishing the entry +- $profile: profile of the user publishing the entry - $notice: notice that was created AdminPanelCheck: When checking whether the current user can access a given admin panel