@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Initialize `$assign_phid` properly in the "!assign" email action

Summary: If you `!assign cahd` when you meant to `!assign chad`, we'll hit an "Undefined variable: assign_phid" a little further down.

Test Plan: Eyeballed it. See IRC.

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D14291

+1
+1
src/applications/maniphest/command/ManiphestAssignEmailCommand.php
··· 34 34 array $argv) { 35 35 $xactions = array(); 36 36 37 + $assign_phid = null; 37 38 38 39 $assign_to = head($argv); 39 40 if ($assign_to) {