X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2b7f7e75b4cfe8e111775970a4524ab48ec898bb..64ee8a7b210195c65c4c9c46f320f50ceaac0c1a:/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 {