]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/licenses.pl
Bugfixes zum Rechnungstemplate
[mfinanz.git] / bin / mozilla / licenses.pl
index 591608b4512e07375bf63cbf48b62b47180079d2..6fe4f764eb99d1bb62d2630e8ff5ba6b4dd67141 100644 (file)
@@ -71,7 +71,7 @@ sub form_footer {
   my $form     = $main::form;
 
   my @items = qw(old_callback previousform);
-  push(@items, @{ $form->{"hidden"} });
+  push @items, @{ $form->{"hidden"} } if ref $form->{hidden} eq 'ARRAY';
   map({
       print("<input type=hidden name=$_ value=\"" . quot($form->{$_}) . "\">\n"
       );