Add missing File::stat module in indexer script

tags/0.1.9
Daniel Berteaud 11 years ago
parent d79ee7acb9
commit bc5240af4f
  1. 1
      root/etc/cron.daily/ajaxplorer-indexer

@ -3,6 +3,7 @@
use strict; use strict;
use esmith::ConfigDB; use esmith::ConfigDB;
use esmith::AccountsDB; use esmith::AccountsDB;
use File::stat;
my $c = esmith::ConfigDB->open_ro || die "Couldn't open ConfigDB\n"; my $c = esmith::ConfigDB->open_ro || die "Couldn't open ConfigDB\n";
my $a = esmith::AccountsDB->open_ro || die "Couldn't open AccountsDB\n"; my $a = esmith::AccountsDB->open_ro || die "Couldn't open AccountsDB\n";

Loading…
Cancel
Save