Foward locking parameter

pull/181/head
Thomas Bruederli 10 years ago
parent 5381636fc4
commit d61731e1a3

@ -6816,7 +6816,7 @@ function rcube_webmail()
this.goto_url = function(action, query, lock)
{
this.redirect(this.url(action, query));
this.redirect(this.url(action, query), lock);
};
this.location_href = function(url, target, frame)

Loading…
Cancel
Save