X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FBase.pm;h=01da48b0145e9b68f629900ba96e9fe0dd95a473;hb=1cbc459da604c31d21593df298a522e6cbe69e2b;hp=b97f3c50981a3d3c7fbf3c11ac1a8ede1b0c8b2c;hpb=2b7f7e75b4cfe8e111775970a4524ab48ec898bb;p=kivitendo-erp.git diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index b97f3c509..01da48b01 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -166,6 +166,8 @@ sub send_file { } else { $::locale->with_raw_io(\*STDOUT, sub { print $$file_name_or_content }); } + + return 1; } sub presenter {