]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Dispatcher.pm
Exportierbarer Modelfinder "db" in SL::DB::Helpers::Mappings.
[mfinanz.git] / SL / Dispatcher.pm
index e5a7daab89f8fc2520a1bac3dfff637ed8fba0e6..2c0539bb899e2015287cccba63692de1f3063ea4 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 {