Page MenuHomePhabricator

Fix issue reported from github
ClosedPublic

Authored by btrahan on Oct 10 2013, 10:05 PM.
Tags
None
Referenced Files
F13189738: D7284.diff
Sat, May 11, 6:20 AM
Unknown Object (File)
Sat, May 4, 5:32 AM
Unknown Object (File)
Sat, May 4, 4:59 AM
Unknown Object (File)
Wed, May 1, 12:36 AM
Unknown Object (File)
Sat, Apr 27, 9:23 PM
Unknown Object (File)
Mon, Apr 15, 12:23 AM
Unknown Object (File)
Apr 11 2024, 10:32 AM
Unknown Object (File)
Apr 8 2024, 1:24 AM

Details

Reviewers
epriestley
Commits
Restricted Diffusion Commit
rPdb71bf6128c8: Fix issue reported from github
Summary

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

Test Plan

logic on this one - not 100% sure how to easily reproduce

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

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.