Fix for search URL for ponder-related search results.
Summary: Forgot a / Test Plan: Observe the / Reviewers: epriestley, nh, vrana Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3397
This commit is contained in:
@@ -466,7 +466,7 @@ final class PhabricatorObjectHandleData {
|
|||||||
} else {
|
} else {
|
||||||
$question = $questions[$phid];
|
$question = $questions[$phid];
|
||||||
$handle->setName(phutil_utf8_shorten($question->getTitle(), 60));
|
$handle->setName(phutil_utf8_shorten($question->getTitle(), 60));
|
||||||
$handle->setURI(new PhutilURI('Q' . $question->getID()));
|
$handle->setURI(new PhutilURI('/Q' . $question->getID()));
|
||||||
$handle->setComplete(true);
|
$handle->setComplete(true);
|
||||||
}
|
}
|
||||||
$handles[$phid] = $handle;
|
$handles[$phid] = $handle;
|
||||||
|
|||||||
Reference in New Issue
Block a user