Style arhcive validator service shoud ignore Thumbs.db

Status
This content is read-only, or is not open for further replies.

Kirby

Guest
offline
\XF\Service\\Style\ArchiveValidatorService::validate should probably ignore Thumbs.db (automatically created by Windows) just like .DS_store is ignored.

Suggested Change
Introduce a new protected method isFileIgnored() tho check ignored files, this would also make it easy to customize this.

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom