From 16db65d8bdd7e98b776e9bd9c3c4e8bc484235ca Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Thu, 10 Sep 2015 12:57:51 +0100 Subject: [PATCH] Merge rPF6d1de13fd334: T357: The MLPMA importer now ignores .txt files. --- app/Console/Commands/ImportMLPMA.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/ImportMLPMA.php b/app/Console/Commands/ImportMLPMA.php index 086d343c..d1449189 100644 --- a/app/Console/Commands/ImportMLPMA.php +++ b/app/Console/Commands/ImportMLPMA.php @@ -41,7 +41,7 @@ class ImportMLPMA extends Command * * @var array */ - protected $ignoredExtensions = ['db', 'jpg', 'png']; + protected $ignoredExtensions = ['db', 'jpg', 'png', 'txt']; /** * Used to stop the import process when a SIGINT is received.