When creating emails, the core's email setters should be used.
I also did a major code style cleanup (PSR-2), I hope that you are OK with that.
The correct delegate InitialiseAdminPageHead is available since Symphony 2.4. Unfortunately, the corresponding callback function is public, so we can't change its name without releasing a new major version.
When creating emails, the core's email setters should be used.
I also did a major code style cleanup (PSR-2), I hope that you are OK with that.
The correct delegate
InitialiseAdminPageHead
is available since Symphony 2.4. Unfortunately, the corresponding callback function is public, so we can't change its name without releasing a new major version.