Commit 6fef6ebea7eb515b0338772d9a2312aed019b82b
1 parent
3b0b3ff3
Exists in
master
and in
29 other branches
ActionItem1049: remove message that confuses users
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/controllers/public/content_viewer_controller.rb
... | ... | @@ -22,7 +22,6 @@ class ContentViewerController < ApplicationController |
22 | 22 | unless @page |
23 | 23 | page_from_old_path = profile.articles.find_by_old_path(path) |
24 | 24 | if page_from_old_path |
25 | - flash[:notice] = _("Redirected from \"%s\". please update your links and bookmarks.") % request.url | |
26 | 25 | redirect_to :profile => profile.identifier, :page => page_from_old_path.explode_path |
27 | 26 | return |
28 | 27 | end | ... | ... |