Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
update.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Sep 2012 at 11:11 UTC
Updated:
29 Jul 2014 at 21:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gábor hojtsyI was looking at the api.drupal.org version of the code, which seems to be outdated. There does not seem to be any code in Drupal anymore referencing $message['language'], so that is not the problem :) However as the error message says the variable $language is not present, which was lost in the conversion.
I'm not sure it is trivial to have tests for this.... Do we have any tests for the mail system that inspects mails sent (which would have triggered this error)?
Comment #2
gábor hojtsyRetitling for the more specific problem.
Comment #3
podarok#1 works for me
Comment #4
dries commentedCommitted to 8.x. Thanks!
Comment #5
gábor hojtsyThanks!