[Rt-commit] [svn] r1696 - in rt/branches/3.3-TESTING: . lib/RT
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Wed Oct 27 04:05:53 EDT 2004
Author: jesse
Date: Wed Oct 27 04:05:52 2004
New Revision: 1696
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
Log:
r6119 at tinbook: jesse | 2004-10-27T07:55:32.408440Z
r6046 at tinbook: jesse | 2004-10-19T05:21:18.567580Z
RT-Ticket: 6121
RT-Status: resolved
RT-Update: correspond
Fixed the name of the template used to notify non-privilged users when their password is changed
Modified: rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm (original)
+++ rt/branches/3.3-TESTING/lib/RT/User_Overlay.pm Wed Oct 27 04:05:52 2004
@@ -777,7 +777,7 @@
$template->LoadGlobalTemplate('RT_PasswordChange_Privileged');
}
else {
- $template->LoadGlobalTemplate('RT_PasswordChange_Privileged');
+ $template->LoadGlobalTemplate('RT_PasswordChange_NonPrivileged');
}
unless ( $template->Id ) {
More information about the Rt-commit
mailing list