X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2b7f7e75b4cfe8e111775970a4524ab48ec898bb..42bf1ae9263b1a94ea70a1c2f9a5f34efbb71c89:/SL/Controller/Base.pm 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 {