Bug 12478: make things using SimpleSearch use the new version
[koha.git] / Koha / ElasticSearch / Indexer.pm
index a8e8280..cc450dc 100644 (file)
@@ -96,6 +96,7 @@ it to be updated by a regular index cron job in the future.
 =cut
 
 sub update_index_background {
+    my $self = shift;
     $self->update_index(@_);
 }