From 8a4b08738d8a14d6fd22e6e46552a6a7b9e1e2a7 Mon Sep 17 00:00:00 2001 From: Peter Deltchev Date: Thu, 10 Sep 2015 11:34:48 -0700 Subject: [PATCH] T357: The MLPMA importer now ignores RTF 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 0458773e..4550d9d6 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', 'txt']; + protected $ignoredExtensions = ['db', 'jpg', 'png', 'txt', 'rtf']; /** * Used to stop the import process when a SIGINT is received.