This one's my fault :)
#1530386: Avoid unnecessary cache rebuilds and improve installation performance introduced the logic in features_flush_caches() that doesn't flush the modules cache during install.
At least that was the intention, it is actually backwards.
See:
// Don't flush the modules cache during installation, for performance reasons
if (variable_get('install_task') != 'done') {
features_get_modules(NULL, TRUE);
}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1669720-fix-features-flush-cache.patch | 471 bytes | bojanz |
Comments
Comment #1
bojanz commentedHere's a one-line fix.
Comment #2
bojanz commentedBump!
Comment #3
mpotter commentedYeah, that makes sense, thanks for bumping this back into my view. Committed to 7982ecd.