locale_update_7002() assumes that multiple languages are enabled. Which is usually a fair assumption. But I've got a test site where I've just enabled the module, but not actually installed any languages.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | language-965130-3.patch | 837 bytes | plach |
| #1 | 965130_locale_update_7002.diff | 837 bytes | dalin |
Comments
Comment #1
dalinComment #2
plachbadly needed :)
Comment #3
plachSmall rereroll: the comment was not wrapping correctly, moreover I replaced
include_oncewithrequire_once.#966474: 80 chars delimiter missing/broken (drupal.org redesign) :)
Comment #4
plachActually I'd say this is critical since it's breaking the beta > beta upgrade path for all the non-english monolingual sites.
Comment #5
plachComment #6
int commentedComment #7
catchLooks very straightforward, I don't think this is worth testing since it's just a case of fatal error or not.
Comment #8
plachI actually tested it, anyway.
Comment #9
catchSorry I meant simpletest, but I'm glad you tested it ;)
Comment #10
webchickCommitted to HEAD. Thanks!