Skip to content

Commit

Permalink
PRESIDECMS-1697 - Should always get the most current version of the t…
Browse files Browse the repository at this point in the history
…emplate - not from cache
  • Loading branch information
nodoherty committed Oct 1, 2019
1 parent 793a5b9 commit ca8ca17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/services/email/EmailTemplateService.cfc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ component {
, allowDraftVersions = arguments.allowDrafts , allowDraftVersions = arguments.allowDrafts
, fromversionTable = arguments.fromVersionTable , fromversionTable = arguments.fromVersionTable
, specificVersion = arguments.version , specificVersion = arguments.version
, useCache = false
); );


for( var t in template ) { for( var t in template ) {
Expand Down

0 comments on commit ca8ca17

Please sign in to comment.