we filter the $actors above such that its possible to have no $actor anymore (if $actor is not a deliverable email address). ergo, make sure we have actor before we start calling methods.
Fixes github issue 403
Differential D7284
Fix issue reported from github btrahan on Oct 10 2013, 10:05 PM. Authored by Tags None Referenced Files
Subscribers
Details
we filter the $actors above such that its possible to have no $actor anymore (if $actor is not a deliverable email address). ergo, make sure we have actor before we start calling methods. Fixes github issue 403 logic on this one - not 100% sure how to easily reproduce
Diff Detail
Event TimelineComment Actions Ah, thanks. I took a peek at this and imagined writing a similar patch, but then forgot about it instead. Pretty sure this is the way to go, though. |