From d61731e1a37a572a728456c76696268eda9ac471 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 10 Apr 2014 04:45:07 -0400
Subject: [PATCH] Foward locking parameter

---
 program/js/app.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index 6d2581a..eb86aa9 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -6816,7 +6816,7 @@
 
   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)

--
Gitblit v1.9.1