]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/Base.pm
SL::Controller->send_file: trueish zurückgeben
[kivitendo-erp.git] / SL / Controller / Base.pm
index b97f3c50981a3d3c7fbf3c11ac1a8ede1b0c8b2c..01da48b0145e9b68f629900ba96e9fe0dd95a473 100644 (file)
@@ -166,6 +166,8 @@ sub send_file {
   } else {
     $::locale->with_raw_io(\*STDOUT, sub { print $$file_name_or_content });
   }
+
+  return 1;
 }
 
 sub presenter {