X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/21f24006746e89bd2481c5c9d14f04978b7403e3..f63bc3db2b0dc62707d4fc75d882e68c06bbcec5:/SL/Controller/RequirementSpecComplexity.pm diff --git a/SL/Controller/RequirementSpecComplexity.pm b/SL/Controller/RequirementSpecComplexity.pm index e07362993..392a3c399 100644 --- a/SL/Controller/RequirementSpecComplexity.pm +++ b/SL/Controller/RequirementSpecComplexity.pm @@ -5,7 +5,6 @@ use strict; use parent qw(SL::Controller::Base); use SL::DB::RequirementSpecComplexity; -use SL::DB::Language; use SL::Helper::Flash; use SL::Locale::String; @@ -70,7 +69,7 @@ sub action_reorder { SL::DB::RequirementSpecComplexity->reorder_list(@{ $::form->{requirement_spec_complexity_id} || [] }); - $self->render('1;', { type => 'js', inline => 1 }); + $self->render(\'', { type => 'json' }); } #