summaryrefslogtreecommitdiff
path: root/plugins/managesieve/managesieve.js
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-25 20:08:59 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-25 20:08:59 +0100
commitc72fbf06d6b08addbcc5dc234392b591c4239632 (patch)
treeda8e75afdaf65e4caf481a26554d03cf76e09f86 /plugins/managesieve/managesieve.js
parentbfc30700672fb40eb488259a70473f130d2f52ea (diff)
parent8bfef1d7eba72de8b7895ba245931d4912a4cb73 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'plugins/managesieve/managesieve.js')
-rw-r--r--plugins/managesieve/managesieve.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/managesieve.js b/plugins/managesieve/managesieve.js
index bbc10793c..6bf99ac26 100644
--- a/plugins/managesieve/managesieve.js
+++ b/plugins/managesieve/managesieve.js
@@ -373,7 +373,7 @@ rcube_webmail.prototype.load_managesieveframe = function(id)
target = window.frames[this.env.contentframe];
var msgid = this.set_busy(true, 'loading');
target.location.href = this.env.comm_path+'&_action=plugin.managesieve&_framed=1'
- +(id ? '&_fid='+id : '')+'&_unlock='+msgid;
+ +(has_id ? '&_fid='+id : '')+'&_unlock='+msgid;
}
};