@@ -, +, @@ --- Koha/BackgroundJob.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/BackgroundJob.pm +++ a/Koha/BackgroundJob.pm @@ -167,7 +167,7 @@ sub messages { @messages = @{ $data_dump->{messages} }; } - return @messages; + return \@messages; } =head3 report --