Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	eventHandler.cfc
  • Loading branch information
sebduggan committed Jan 22, 2016
2 parents 3c9edee + d3112b0 commit 6cf21de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eventHandler.cfc
Expand Up @@ -18,6 +18,9 @@

function onBeforeContentSave(event) {
var contentBean=event.getValue("contentBean");
if(request.action == 'core:carch.copy'){
contentBean.setAlternateUrl('');
}

if (variables.pluginConfig.getSetting("checkForDuplicates")) {
checkForExistingFilename(contentBean);
Expand Down

0 comments on commit 6cf21de

Please sign in to comment.