With the locale module enabled and only one language enabled, the call to language_initialize() on line 101 will fail due to a missing include (drupal-root/includes/language.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | language_initialize.patch | 722 bytes | kaare |
Comments
Comment #1
nedjoThanks for the note. Patch welcome.
Comment #2
kaareHere goes. It uses the same test as in bootstrap.inc
Comment #3
kaareComment #4
nedjoLooks good to me. Can anyone confirm that this indeed fixes the issue?
Comment #5
nedjoApplied.