remotes/angel/1.11.x
jmontoyaa 8 years ago
parent bd41a6fa61
commit 29739e5242
  1. 3
      main/cron/import_csv.php

@ -1181,10 +1181,11 @@ class ImportCsv
} }
$em->clear(); // Detaches all objects from Doctrine! $em->clear(); // Detaches all objects from Doctrine!
$this->logger->addInfo('------Summary------');
foreach ($report as $title => $count) { foreach ($report as $title => $count) {
$this->logger->addInfo("$title: $count"); $this->logger->addInfo("$title: $count");
} }
$this->logger->addInfo('------End Summary------');
} }
if ($moveFile) { if ($moveFile) {

Loading…
Cancel
Save