Assuming the official documentation, the files[] properties in modules' info files are reserved for files declaring php classes for the autoloader to know them. All other declared files would slow the process instead of helping it.

(Patch following)

CommentFileSizeAuthor
#1 erac-clean_info_file-1943694-1.patch396 bytesduaelfr

Comments

duaelfr’s picture

Status: Active » Needs review
StatusFileSize
new396 bytes

This patch is part of the #1day1patch initiative.

dman’s picture

Version: » 7.x-1.x-dev
Status: Needs review » Closed (fixed)

Um, OK.
I must have copied it from an example feeds plugin. I thought it must have been to help ctools or feeds find its plugins.

Patch Applied. Thanks.