T357: The MLPMA importer now ignores RTF files.

This commit is contained in:
Peter Deltchev 2015-09-10 11:34:48 -07:00
parent 838e7429f0
commit 8a4b08738d

View file

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