From 1952f016016d526e64cfceeef164417c9e6ab8c6 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Sat, 12 Sep 2015 15:47:48 +0100 Subject: [PATCH] Merge rPF8a4b08738d8a: T357: The MLPMA importer now ignores RTF 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 6a54a36a..29f96683 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', 'txt']; + protected $ignoredExtensions = ['db', 'jpg', 'png', 'txt', 'rtf']; /** * Used to stop the import process when a SIGINT is received.