From: Michael M Slusarz Date: Thu, 7 Jan 2010 18:47:56 +0000 (-0700) Subject: Missing an object in this chain X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4be2610b6367f812285de3644ffb1f8c38ccc3e8;p=horde.git Missing an object in this chain --- diff --git a/imp/js/DimpBase.js b/imp/js/DimpBase.js index 5b341868e..fb4741576 100644 --- a/imp/js/DimpBase.js +++ b/imp/js/DimpBase.js @@ -1583,7 +1583,7 @@ var DimpBase = { } if (uids.size()) { - if (e.dragevent.ctrlKey) { + if (e.memo.dragevent.ctrlKey) { DimpCore.doAction('CopyMessage', this.viewport.addRequestParams({ tofld: foldername }), { uids: uids }); } else if (this.folder != foldername) { // Don't allow drag/drop to the current folder.