From 6fef6ebea7eb515b0338772d9a2312aed019b82b Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 27 May 2009 15:40:20 -0300 Subject: [PATCH] ActionItem1049: remove message that confuses users --- app/controllers/public/content_viewer_controller.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/app/controllers/public/content_viewer_controller.rb b/app/controllers/public/content_viewer_controller.rb index eafc5b7..f761bba 100644 --- a/app/controllers/public/content_viewer_controller.rb +++ b/app/controllers/public/content_viewer_controller.rb @@ -22,7 +22,6 @@ class ContentViewerController < ApplicationController unless @page page_from_old_path = profile.articles.find_by_old_path(path) if page_from_old_path - flash[:notice] = _("Redirected from \"%s\". please update your links and bookmarks.") % request.url redirect_to :profile => profile.identifier, :page => page_from_old_path.explode_path return end -- libgit2 0.21.2