]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
Nicht versuchen, Strings als Hashes zu benutzen
[mfinanz.git] / bin / mozilla / io.pl
index b40e7ed9a4e1fbdde390a4a8d236f9c97572866b..602273b4f68b81dfa4a8ad668cc17beba1969595 100644 (file)
@@ -2072,7 +2072,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();