Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14047264
D7543.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
527 B
Referenced Files
None
Subscribers
None
D7543.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 3:14 AM (1 d, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6732122
Default Alt Text
D7543.diff (527 B)
Attached To
Mode
D7543: Prevent crashes when more than one buildable for an object exists
Attached
Detach File
Event Timeline
Log In to Comment