Commit 6fef6ebea7eb515b0338772d9a2312aed019b82b

Authored by Antonio Terceiro
1 parent 3b0b3ff3

ActionItem1049: remove message that confuses users

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
... ...