diff options
-rw-r--r-- | 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 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 |