X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FCustomVariableConfig.pm;h=f8bf7a168564088e20f830087fd9aa98f6a44331;hb=2f5ea2de698efeaf8e7c31dcbc27b4e996f5e2ca;hp=ab7f83b33700235dd009a3e6bf47156949277069;hpb=c92f5dc6cc52c841c8d39de834903648b4577824;p=kivitendo-erp.git diff --git a/SL/DB/CustomVariableConfig.pm b/SL/DB/CustomVariableConfig.pm index ab7f83b33..f8bf7a168 100644 --- a/SL/DB/CustomVariableConfig.pm +++ b/SL/DB/CustomVariableConfig.pm @@ -75,7 +75,7 @@ sub processed_flags { } my $flags = $self->flags; - my $ret; + my $ret = {}; foreach my $flag (split m/:/, $flags) { if ( $flag =~ m/(.*?)=(.*)/ ) {