minor formatting fix

This commit is contained in:
Dave Collins 2018-07-05 12:04:33 -04:00
parent 71c09244f7
commit 5561e4a7af
1 changed files with 1 additions and 1 deletions

View File

@ -1010,7 +1010,7 @@ class DMSDocument extends DataObject implements DMSDocumentInterface
$possibleBehaviors = $this->dbObject('DownloadBehavior')
->enumValues();
$behavior =$possibleBehaviors[$defaultDownloadBehaviour];
$behavior = $possibleBehaviors[$defaultDownloadBehaviour];
if ($behavior) {
$this->DownloadBehavior = $behavior;
}