mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-30 09:20:58 +01:00
Use correct method name in Harbormaster UI event listener
Summary: See thread; fixes fatal. The actual name of this method is `getHarbormaster...`. NOTE: This fixes a fatal in Differential which impedes review, so I'm pushing it as-is. Test Plan: Browsed a revision. Reviewers: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D7834
This commit is contained in:
parent
70244d3a12
commit
f9f70dc2e9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ final class HarbormasterUIEventListener
|
|||
return;
|
||||
}
|
||||
|
||||
$buildable_phid = $object->getBuildablePHID();
|
||||
$buildable_phid = $object->getHarbormasterBuildablePHID();
|
||||
if (!$buildable_phid) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue