1
0
Fork 0
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:
epriestley 2014-03-12 12:13:09 -07:00
parent c0d433727c
commit 08d013b391

View file

@ -1410,7 +1410,7 @@ final class DifferentialTransactionEditor
// Apply build plans.
HarbormasterBuildable::applyBuildPlans(
$adapter->getDiff(),
$adapter->getDiff()->getPHID(),
$adapter->getPHID(),
$adapter->getBuildPlans());