]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
@sven s: warum warten? Patch aus Kundenprojekt, der einige Felder in customer auf...
[mfinanz.git] / bin / mozilla / io.pl
index 41c55b0c0c0ee4a72aebe1e8e4a9adceb3d97610..83da8b5a9b7961b39abf5a8d95b48405dec9bec5 100644 (file)
@@ -2071,7 +2071,7 @@ sub _update_custom_variables {
 
   my $form     = $main::form;
 
-  $form->{CVAR_CONFIGS}       ||= { };
+  $form->{CVAR_CONFIGS}         = { } unless ref $form->{CVAR_CONFIGS} eq 'HASH';
   $form->{CVAR_CONFIGS}->{IC} ||= CVar->get_configs(module => 'IC');
 
   $main::lxdebug->leave_sub();