From 5561e4a7af2921f63110edcfb93fba12cceec97a Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 5 Jul 2018 12:04:33 -0400 Subject: [PATCH] minor formatting fix --- code/model/DMSDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/model/DMSDocument.php b/code/model/DMSDocument.php index 2044d4b..470cdb3 100644 --- a/code/model/DMSDocument.php +++ b/code/model/DMSDocument.php @@ -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; }