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