Merge rPF6d1de13fd334: T357: The MLPMA importer now ignores .txt files.

This commit is contained in:
Kelvin Zhang 2015-09-10 12:57:51 +01:00
parent 416ce7ac6a
commit 16db65d8bd

View file

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