diff --git a/src/applications/maniphest/editor/ManiphestTransactionEditor.php b/src/applications/maniphest/editor/ManiphestTransactionEditor.php index c307afdf33..21e9f5836d 100644 --- a/src/applications/maniphest/editor/ManiphestTransactionEditor.php +++ b/src/applications/maniphest/editor/ManiphestTransactionEditor.php @@ -264,7 +264,7 @@ final class ManiphestTransactionEditor extends PhabricatorEditor { $is_create = $this->isCreate($transactions); - $task_uri = PhabricatorEnv::getURI('/T'.$task->getID()); + $task_uri = PhabricatorEnv::getProductionURI('/T'.$task->getID()); $reply_handler = $this->buildReplyHandler($task);