mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1410,7 +1410,7 @@ final class DifferentialTransactionEditor
|
||||||
|
|
||||||
// Apply build plans.
|
// Apply build plans.
|
||||||
HarbormasterBuildable::applyBuildPlans(
|
HarbormasterBuildable::applyBuildPlans(
|
||||||
$adapter->getDiff(),
|
$adapter->getDiff()->getPHID(),
|
||||||
$adapter->getPHID(),
|
$adapter->getPHID(),
|
||||||
$adapter->getBuildPlans());
|
$adapter->getBuildPlans());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue