From 6d1de13fd334cd086ca2352838039d2708ccf286 Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Tue, 8 Sep 2015 10:48:21 -0700 Subject: [PATCH] T357: The MLPMA importer now ignores .txt files. --- app/commands/ImportMLPMA.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/commands/ImportMLPMA.php b/app/commands/ImportMLPMA.php index 4891df6d..c540ce46 100644 --- a/app/commands/ImportMLPMA.php +++ b/app/commands/ImportMLPMA.php @@ -37,7 +37,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.