diff --git a/src/applications/project/controller/PhabricatorProjectWatchController.php b/src/applications/project/controller/PhabricatorProjectWatchController.php index 263c508441..9624a0b730 100644 --- a/src/applications/project/controller/PhabricatorProjectWatchController.php +++ b/src/applications/project/controller/PhabricatorProjectWatchController.php @@ -20,7 +20,7 @@ final class PhabricatorProjectWatchController $via = $request->getStr('via'); if ($via == 'profile') { - $done_uri = $project->getURI(); + $done_uri = "/project/profile/{$id}/"; } else { $done_uri = "/project/members/{$id}/"; }