mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-29 08:07:59 +01:00
Merge rPF8a4b08738d8a: T357: The MLPMA importer now ignores RTF files.
This commit is contained in:
parent
fcd5cf6821
commit
1952f01601
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class ImportMLPMA extends Command
|
||||||
*
|
*
|
||||||
* @var array
|
* @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.
|
* Used to stop the import process when a SIGINT is received.
|
||||||
|
|
Loading…
Reference in a new issue