From 913510a9a983df76b5ea40fa58b79ca8ea9ab7bd Mon Sep 17 00:00:00 2001 From: Nick Harper Date: Fri, 24 Feb 2012 16:12:02 -0800 Subject: [PATCH] Update location for "Related Commits" link in owners tool list Summary: D1631 updated the url for related commits, but missed the link here. This rev updates the link in the owners tool list. Task ID: # Blame Rev: Test Plan: clicked the link, and it worked Revert Plan: Tags: Reviewers: epriestley, jungejason Reviewed By: jungejason CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1691 --- .../owners/controller/list/PhabricatorOwnersListController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/owners/controller/list/PhabricatorOwnersListController.php b/src/applications/owners/controller/list/PhabricatorOwnersListController.php index 98427f8d6f..883502e0c6 100644 --- a/src/applications/owners/controller/list/PhabricatorOwnersListController.php +++ b/src/applications/owners/controller/list/PhabricatorOwnersListController.php @@ -272,7 +272,7 @@ class PhabricatorOwnersListController extends PhabricatorOwnersController { phutil_render_tag( 'a', array( - 'href' => '/owners/related/view/all/?phid='.$package->getPHID(), + 'href' => '/owners/related/package/?phid='.$package->getPHID(), ), phutil_escape_html('Related Commits')) );