Page MenuHomestyx hydra

No OneTemporary

diff --git a/src/applications/conduit/method/repository/base/ConduitAPI_repository_Method.php b/src/applications/conduit/method/repository/base/ConduitAPI_repository_Method.php
index 11d2f6dba4..bfe0e73364 100644
--- a/src/applications/conduit/method/repository/base/ConduitAPI_repository_Method.php
+++ b/src/applications/conduit/method/repository/base/ConduitAPI_repository_Method.php
@@ -1,35 +1,35 @@
<?php
/*
* Copyright 2012 Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @group conduit
*/
abstract class ConduitAPI_repository_Method extends ConduitAPIMethod {
protected function buildDictForRepository(PhabricatorRepository $repository) {
return array(
'name' => $repository->getName(),
'callsign' => $repository->getCallsign(),
'vcs' => $repository->getVersionControlSystem(),
'uri' => PhabricatorEnv::getProductionURI($repository->getURI()),
- 'remoteURI' => $repository->getPublicRemoteURI(),
+ 'remoteURI' => (string)$repository->getPublicRemoteURI(),
'tracking' => $repository->getDetail('tracking-enabled'),
);
}
}

File Metadata

Mime Type
text/x-diff
Expires
Sun, Jul 27, 1:30 PM (1 w, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
185739
Default Alt Text
(1 KB)

Event Timeline