From 7560371366e73febec1a0720c0d166a30feec9ba Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 7 Apr 2008 09:12:14 +0000 Subject: - fixed goto_url() call in logout command --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') diff --git a/program/js/app.js b/program/js/app.js index 4359e5985..a4f54715d 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -488,7 +488,7 @@ function rcube_webmail() break; case 'logout': - this.goto_url('logout', true); + this.goto_url('logout', '', true); break; // commands to switch task -- cgit v1.2.3