Commit 98e9135df1be93c777bfd1dbd1814b7dc7d15115
1 parent
dece8fc1
Exists in
master
and in
29 other branches
ActionItem85: bli
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@773 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/controllers/public/account_controller.rb
... | ... | @@ -52,7 +52,7 @@ class AccountController < PublicController |
52 | 52 | cookies.delete :auth_token |
53 | 53 | reset_session |
54 | 54 | flash[:notice] = _("You have been logged out.") |
55 | - redirect_back_or_default(:controller => '/account', :action => 'index') | |
55 | + redirect_back_or_default(:controller => 'account', :action => 'index') | |
56 | 56 | end |
57 | 57 | |
58 | 58 | def change_password | ... | ... |