Minor, fix parameter passed to HarbormasterBuildable::applyBuildPlans()
Summary: This should be a PHID, not an object.
This commit is contained in:
parent
c0d433727c
commit
08d013b391
|
@ -1410,7 +1410,7 @@ final class DifferentialTransactionEditor
|
|||
|
||||
// Apply build plans.
|
||||
HarbormasterBuildable::applyBuildPlans(
|
||||
$adapter->getDiff(),
|
||||
$adapter->getDiff()->getPHID(),
|
||||
$adapter->getPHID(),
|
||||
$adapter->getBuildPlans());
|
||||
|
||||
|
|
Loading…
Reference in a new issue