Bug 8130: Followup: errors must be a hashref
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 19 Jul 2012 11:50:08 +0000 (13:50 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 23 Jul 2012 16:06:31 +0000 (18:06 +0200)
http://bugs.koha-community.org/show_bug.cgi?id=8130
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
members/files.pl

index 03a7847..f011c77 100755 (executable)
@@ -103,7 +103,7 @@ else {
         files => Koha::Borrower::Files->new( borrowernumber => $borrowernumber )
           ->GetFilesInfo(),
 
-        errors => %errors
+        errors => \%errors
     );
     output_html_with_http_headers $cgi, $cookie, $template->output;
 }