mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
T357: The MLPMA importer now ignores .txt files.
This commit is contained in:
parent
9c520e71a5
commit
6d1de13fd3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,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.
|
||||
|
|
Loading…
Reference in a new issue