mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-09 21:38:29 +01:00
Merge pull request #170 from pearj/master
Fix Browse Repository in diffusion
This commit is contained in:
commit
f0deadcd09
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ final class PhabricatorRepository extends PhabricatorRepositoryDAO {
|
||||||
* @task uri
|
* @task uri
|
||||||
*/
|
*/
|
||||||
public function getPublicRemoteURI() {
|
public function getPublicRemoteURI() {
|
||||||
$uri = $this->getURIObject();
|
$uri = $this->getRemoteURIObject();
|
||||||
|
|
||||||
// Make sure we don't leak anything if this repo is using HTTP Basic Auth
|
// Make sure we don't leak anything if this repo is using HTTP Basic Auth
|
||||||
// with the credentials in the URI or something zany like that.
|
// with the credentials in the URI or something zany like that.
|
||||||
|
|
Loading…
Add table
Reference in a new issue