Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2009 at 03:20 UTC
Updated:
10 Nov 2009 at 06:10 UTC
Following up on #605880: Settings and menus broken after install due to faulty caching there is an out-of-date code comment in the installer which says that we try to switch cache implementations midway through the installer, once the database is available.
In fact, we intentionally do not do that anymore - as per the patch that was committed a while ago at #557542: Cache module_implements() .
The attached patch fixes the code comment and also expands it to explain why we do things the way we are doing them.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal-fake-cache-installer-comment.patch | 1.56 KB | David_Rothstein |
Comments
Comment #1
catchLooks good.
Comment #2
webchickCommitted to HEAD. Thanks!