]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/User.pm
Umstellung des Anlegens und Bearbeitens von Benutzern auf die Verwendung von HTML...
[kivitendo-erp.git] / SL / User.pm
index 44c7686e27114c985a865de52e53e51ff35af819..0fb72d9fa4abb0dadfc6b75ffde49756926d429d 100644 (file)
@@ -1030,6 +1030,8 @@ sub create_config {
 
   @config = config_vars();
 
+  my $userspath = $main::userspath;
+
   open(CONF, ">", "$userspath/$self->{login}.conf") || $self->error("$userspath/$self->{login}.conf : $!");
 
   # create the config file
@@ -1156,6 +1158,8 @@ sub error {
 
   my ($self, $msg) = @_;
 
+  $main::lxdebug->show_backtrace();
+
   if ($ENV{HTTP_USER_AGENT}) {
     print qq|Content-Type: text/html