We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8900702 commit 6a74ad7Copy full SHA for 6a74ad7
src/applications/differential/query/DifferentialRepositoryLookup.php
@@ -42,7 +42,7 @@ public function lookupRepository() {
42
if ($diff->getRepositoryUUID()) {
43
$repositories = id(new PhabricatorRepositoryQuery())
44
->setViewer($viewer)
45
- ->withUUIDs($diff->getRepositoryUUID())
+ ->withUUIDs(array($diff->getRepositoryUUID()))
46
->execute();
47
if ($repositories) {
48
return head($repositories);
0 commit comments