Skip to content

Commit

Permalink
Use this here
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 11, 2013
1 parent c3c4fb5 commit c9bc21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/dimpcore.js
Expand Up @@ -41,7 +41,7 @@ var DimpCore = {
params = params || {};
params.type = type;

HordeCore.popupWindow(DimpCore.conf.URI_COMPOSE, params, {
HordeCore.popupWindow(this.conf.URI_COMPOSE, params, {
name: 'compose' + new Date().getTime()
});
},
Expand Down

0 comments on commit c9bc21b

Please sign in to comment.