SL::Controller->send_file: trueish zurückgeben
[kivitendo-erp.git] / SL / Controller / Base.pm
index b97f3c5..01da48b 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 {