From 3114d9fa524da0fb83bcfc86d855479e50f7fe8f Mon Sep 17 00:00:00 2001 From: Thomas Blazek Date: Fri, 2 Aug 2013 18:06:06 +0200 Subject: [PATCH] Bugfix --- app/controllers/lvas_controller.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/controllers/lvas_controller.rb b/app/controllers/lvas_controller.rb index 985d99d..b7460cd 100755 --- a/app/controllers/lvas_controller.rb +++ b/app/controllers/lvas_controller.rb @@ -20,7 +20,7 @@ class LvasController < ApplicationController def new @lva = Lva.new modul=Modul.find_by_id(params[:modul_id]) - @lva.modul<