From c71cef48fa4167fdf25b5be006c33810b6af655d Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sat, 28 Feb 2015 15:02:52 +0100 Subject: [PATCH] do not fix links for themen --- app/controllers/themen_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/themen_controller.rb b/app/controllers/themen_controller.rb index 15a03ec..d8643a4 100644 --- a/app/controllers/themen_controller.rb +++ b/app/controllers/themen_controller.rb @@ -137,7 +137,7 @@ class ThemenController < ApplicationController @thema = Thema.find(params[:id]) @themen = @thema.themengruppe.themen.order(:priority).reverse @thema.assign_attributes(params[:thema]) - @thema.fix_links(request.host_with_port) + # @thema.fix_links(request.host_with_port) respond_to do |format| if @thema.save