1
0
Fork 0
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:
epriestley 2013-12-26 11:35:43 -08:00
parent 70244d3a12
commit f9f70dc2e9

View file

@ -35,7 +35,7 @@ final class HarbormasterUIEventListener
return;
}
$buildable_phid = $object->getBuildablePHID();
$buildable_phid = $object->getHarbormasterBuildablePHID();
if (!$buildable_phid) {
return;
}