Skip to content

Commit 0581140

Browse files
jclausengithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent 06576d8 commit 0581140

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/contentbox/modules/contentbox-admin/handlers/baseContentHandler.cfc

+4-4
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,10 @@ component extends="baseHandler" {
403403
var originalSlug = oContent.getSlug();
404404
variables.ormService
405405
.populate(
406-
target = oContent,
407-
memento = rc,
408-
exclude = "contentID,siteID",
409-
nullEmptyInclude="expireDate"
406+
target = oContent,
407+
memento = rc,
408+
exclude = "contentID,siteID",
409+
nullEmptyInclude = "expireDate"
410410
)
411411
.addJoinedPublishedtime( rc.publishedTime )
412412
.addJoinedExpiredTime( rc.expireTime );

0 commit comments

Comments
 (0)