r1523: In passwordreset.xml.tpl, we need to enclose the trackertitle variable in...
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 27 Mar 2007 02:28:12 +0000 (02:28 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 27 Mar 2007 02:28:12 +0000 (02:28 +0000)
docs/changes.txt
templates/email/passwordreset.xml.tpl

index eba7b4cbab6242fa9d939220d9137cca7a7edf21..f5cd9073ea08b4e94c7e94c26abbb23d0ed579a2 100644 (file)
@@ -2,6 +2,7 @@
 ===============================
 - Fixed: If Gettext isn't installed, a function-not-found error would be thrown
 - Fixed: On PHP4 systems, a "call to member non-object" error would be thrown because the Authentication class does not have a PHP4 constructor
+- Fixed: In lost password reset emails, the subject would appear as "Array['trackertitle']" because the variable was not enclosed in curly braces
 
 1.2.0 Beta 2
 ===============================
index 55e4f51d2da67001d73e5631aa138cd7a481bda2..eab2f01155e11206bd49cae9bcf099e4533b360a 100644 (file)
@@ -1,5 +1,5 @@
 <email>
-       <subject>$bugsys->options['trackertitle'] Password Reset</subject>
+       <subject>{$bugsys->options['trackertitle']} Password Reset</subject>
        <bodyText>Hi {$user->objdata['displayname']},
 
 You requested this lost password email at the {$bugsys->options['trackertitle']} bug tracker. To reset your password, simply click the link below (or paste it into your browser window exactly) and enter a new password.