T357: The MLPMA importer now ignores .txt files.

This commit is contained in:
Peter Deltchev 2015-09-08 10:48:21 -07:00
parent 9c520e71a5
commit 6d1de13fd3

View file

@ -37,7 +37,7 @@ class ImportMLPMA extends Command {
* *
* @var array * @var array
*/ */
protected $ignoredExtensions = ['db', 'jpg', 'png']; protected $ignoredExtensions = ['db', 'jpg', 'png', 'txt'];
/** /**
* Used to stop the import process when a SIGINT is received. * Used to stop the import process when a SIGINT is received.