Closed
Bug 584438
Opened 15 years ago
Closed 15 years ago
Update personas_constants.php on personas.stage.mozilla.com (PERSONAS_FROM_EMAIL)
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: MattN, Assigned: oremj)
References
()
Details
An addition for bug 575742 on personas.stage.mozilla.com.
personas_constants.php (in docroot/server/lib/) needs these three line added to the bottom of the file:
if (!defined('PERSONAS_FROM_EMAIL')) {
define('PERSONAS_FROM_EMAIL', /*L10N: email sender name*/_('Personas for Firefox') .' <personas@mozilla.com>');
}
Similar to personas_constants.php.dist in this patch:
https://bugzilla.mozilla.org/attachment.cgi?id=462314&action=diff#server/lib/personas_constants.php.dist_sec1
We're trying to code freeze tomorrow and start testing after that.
| Assignee | ||
Comment 1•15 years ago
|
||
Added:
if (!defined('PERSONAS_FROM_EMAIL')) {
define('PERSONAS_FROM_EMAIL', /*L10N: email sender name*/_('Personas for Firefox') .' <personas@mozilla.com>');
}
Assignee: server-ops → jeremy.orem+bugs
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•15 years ago
|
||
Thanks a lot! Tested an email and the from header included "Personas for Firefox".
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•