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)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | erac-clean_info_file-1943694-1.patch | 396 bytes | duaelfr |
Comments
Comment #1
duaelfrThis patch is part of the #1day1patch initiative.
Comment #2
dman commentedUm, 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.