Skip to content

Commit

Permalink
Merge branch 'hotfix-1.2.3' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Mar 1, 2023
2 parents d0d5ff1 + 4764943 commit 5a88c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/GoogleSitemapService.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ component {
try {
var content = sitemap.toList( newline );
FileWrite( expandPath( "/" & filename ), content );
$announceInterception( "postWriteXmlSitemapFile", { filename="/#filename#" ), content=content } );
$announceInterception( "postWriteXmlSitemapFile", { filename="/#filename#", content=content } );
} catch ( e ) {
if ( canError ) { arguments.logger.error( "There's a problem creating #filename# file. Message [#e.message#], details: [#e.detail#]."); }
return false;
Expand Down

0 comments on commit 5a88c05

Please sign in to comment.