# HG changeset patch # User bsw # Date 1271961242 -7200 # Node ID e5618928be47c6d6ad565cba324c7968c26f9d25 # Parent d63d32c9fb376b3e54f500a4c006feb48486d71a Fixed wrong forward after logout diff -r d63d32c9fb37 -r e5618928be47 app/main/_filter_view/31_logout_button.lua --- a/app/main/_filter_view/31_logout_button.lua Thu Apr 22 17:52:47 2010 +0200 +++ b/app/main/_filter_view/31_logout_button.lua Thu Apr 22 20:34:02 2010 +0200 @@ -8,7 +8,14 @@ image = { static = "icons/16/stop.png" }, text = _"Logout", module = 'index', - action = 'logout' + action = 'logout', + routing = { + default = { + mode = "redirect", + module = "index", + view = "index" + } + } } end)