ZIP-Inhalt von und nach internes Encoding wandeln
[kivitendo-erp.git] / SL / Dispatcher.pm
index e5a7daa..2c0539b 100644 (file)
@@ -82,6 +82,10 @@ sub pre_startup_setup {
     %::myconfig    = ();
     %::called_subs = (); # currently used for recursion detection
   }
+
+  $SIG{__WARN__} = sub {
+    $::lxdebug->warn(@_);
+  }
 }
 
 sub pre_startup_checks {