Page MenuHomePhabricator

D7543.id17028.diff
No OneTemporary

D7543.id17028.diff

Index: src/applications/harbormaster/storage/HarbormasterBuildable.php
===================================================================
--- src/applications/harbormaster/storage/HarbormasterBuildable.php
+++ src/applications/harbormaster/storage/HarbormasterBuildable.php
@@ -34,6 +34,7 @@
$buildable = id(new HarbormasterBuildableQuery())
->setViewer($actor)
->withBuildablePHIDs(array($buildable_object_phid))
+ ->setLimit(1)
->executeOne();
if ($buildable) {
return $buildable;

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 19, 12:26 PM (4 w, 10 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6732122
Default Alt Text
D7543.id17028.diff (527 B)

Event Timeline