1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Add 'description' to Diff dict

This commit is contained in:
vrana 2012-06-15 16:16:03 -07:00
parent 2ffc924fb5
commit 2f85be0243

View file

@ -251,6 +251,7 @@ final class DifferentialDiff extends DifferentialDAO {
'sourceControlSystem' => $this->getSourceControlSystem(),
'branch' => $this->getBranch(),
'creationMethod' => $this->getCreationMethod(),
'description' => $this->getDescription(),
'unitStatus' => $this->getUnitStatus(),
'lintStatus' => $this->getLintStatus(),
'changes' => array(),