diff --git a/actions.js b/actions.js index 4ef5cdb..8cd917a 100755 --- a/actions.js +++ b/actions.js @@ -1144,7 +1144,7 @@ module.MetaActions = { // new tag... // XXX not sure if this is the right way to go... - } else if(that[k].source_tag != source_tag || that[k].func.source_tag != source_tag){ + } else if(that[k].source_tag || that[k].func.source_tag){ console.warn('Aactions: about to overwrite source tag...\n' +' from: "'+(that[k].source_tag || that[k].func.source_tag)+'"\n' +' to: "'+source_tag+'"\n' diff --git a/package.json b/package.json index 0bb56e3..f5f18a8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-actions", - "version": "1.6.2", + "version": "1.6.3", "description": "", "main": "actions.js", "scripts": {