Browse Source

Bug 12289: (follow-up) fix the compilation error

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
new_12478_elasticsearch
Joonas Kylmälä 9 years ago
committed by Brendan A Gallagher
parent
commit
b6880abc50
  1. 1
      misc/stage_file.pl

1
misc/stage_file.pl

@ -45,6 +45,7 @@ my $input_file = "";
my $batch_comment = "";
my $want_help = 0;
my $no_replace ;
my $no_create;
my $item_action = 'always_add';
my $result = GetOptions(

Loading…
Cancel
Save