diff --git a/src/applications/differential/storage/DifferentialDiff.php b/src/applications/differential/storage/DifferentialDiff.php index e500613ea4..f58d918fa5 100644 --- a/src/applications/differential/storage/DifferentialDiff.php +++ b/src/applications/differential/storage/DifferentialDiff.php @@ -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(),