Opened 15 years ago
Closed 15 years ago
#14781 closed (fixed)
Setting "CACHE_PREFIX" should be "CACHE_KEY_PREFIX"
| Reported by: | Adam Vandenberg | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.3-alpha |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The "CACHE_KEY_PREFIX" setting is incorrectly documented; see patch.
Attachments (1)
Change History (3)
by , 15 years ago
| Attachment: | cache-key-prefix.diff added |
|---|
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Version: | 1.2 → 1.3-alpha |
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [14713]) Fixed #14781 - Setting "CACHE_PREFIX" should be "CACHE_KEY_PREFIX". Thanks to adamv for report and patch.