X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/21f24006746e89bd2481c5c9d14f04978b7403e3..8bf1fc96aa2da3aa3fa957b78e943d9969484cd2:/SL/Controller/RequirementSpecComplexity.pm diff --git a/SL/Controller/RequirementSpecComplexity.pm b/SL/Controller/RequirementSpecComplexity.pm index e07362993..d574a658f 100644 --- a/SL/Controller/RequirementSpecComplexity.pm +++ b/SL/Controller/RequirementSpecComplexity.pm @@ -70,7 +70,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' }); } #