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.

CommentFileSizeAuthor
#3 language-965130-3.patch837 bytesplach
#1 965130_locale_update_7002.diff837 bytesdalin

Comments

dalin’s picture

Status: Active » Needs review
StatusFileSize
new837 bytes
plach’s picture

Priority: Normal » Major
Status: Needs review » Reviewed & tested by the community
Issue tags: +Quick fix

badly needed :)

plach’s picture

StatusFileSize
new837 bytes

Small rereroll: the comment was not wrapping correctly, moreover I replaced include_once with require_once.

#966474: 80 chars delimiter missing/broken (drupal.org redesign) :)

plach’s picture

Actually I'd say this is critical since it's breaking the beta > beta upgrade path for all the non-english monolingual sites.

plach’s picture

Priority: Major » Critical
Issue tags: +beta blocker
int’s picture

Issue tags: +D7 upgrade path
catch’s picture

Looks very straightforward, I don't think this is worth testing since it's just a case of fatal error or not.

plach’s picture

I actually tested it, anyway.

catch’s picture

Sorry I meant simpletest, but I'm glad you tested it ;)

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks!

Status: Fixed » Closed (fixed)
Issue tags: -Quick fix, -D7 upgrade path, -beta blocker

Automatically closed -- issue fixed for 2 weeks with no activity.