Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F93881
D7834.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
509 B
Referenced Files
None
Subscribers
None
D7834.diff
View Options
diff --git a/src/applications/harbormaster/event/HarbormasterUIEventListener.php b/src/applications/harbormaster/event/HarbormasterUIEventListener.php
--- a/src/applications/harbormaster/event/HarbormasterUIEventListener.php
+++ b/src/applications/harbormaster/event/HarbormasterUIEventListener.php
@@ -35,7 +35,7 @@
return;
}
- $buildable_phid = $object->getBuildablePHID();
+ $buildable_phid = $object->getHarbormasterBuildablePHID();
if (!$buildable_phid) {
return;
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/2w/se/3bpa6dxj4u3qurby
Default Alt Text
D7834.diff (509 B)
Attached To
Mode
D7834: Use correct method name in Harbormaster UI event listener
Attached
Detach File
Event Timeline
Log In to Comment