Merge rPF8a4b08738d8a: T357: The MLPMA importer now ignores RTF files.

This commit is contained in:
Kelvin Zhang 2015-09-12 15:47:48 +01:00
parent fcd5cf6821
commit 1952f01601

View file

@ -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.