Changed nodelist import processing since we have a DB contraint on mailer address and port
This commit is contained in:
@@ -54,6 +54,7 @@ class EchoareaImport implements ShouldQueue
|
||||
{
|
||||
// Get the file from the host
|
||||
$file = $this->getFileFromHost('',self::importkey,$this->file);
|
||||
Log::debug(sprintf('%s:Loading file [%s] (%s).',static::LOGKEY,$file,getcwd()));
|
||||
$lines = $this->getFileLines($file);
|
||||
Log::debug(sprintf('%s:Processing [%d] lines.',static::LOGKEY,$lines));
|
||||
|
||||
|
Reference in New Issue
Block a user