[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.21-22-ge7afec4
Alex Vandiver
alexmv at bestpractical.com
Tue Sep 2 20:03:01 EDT 2014
The branch, 4.0-trunk has been updated
via e7afec453444b09665a185ed8e8bb75d663c4e87 (commit)
via 68a5dde82f426c18a7942b6cb928ec7438093932 (commit)
from 2f44a4b6623aeab3d632beeb70b6499697180626 (commit)
Summary of changes:
share/html/Admin/Users/Modify.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 68a5dde82f426c18a7942b6cb928ec7438093932
Author: Christian Loos <cloos at netcologne.de>
Date: Tue Sep 2 11:54:33 2014 +0200
Silence undef warning in Admin/Users/Modify
This fixes "Use of uninitialized value $EnabledChecked in join or string"
and was missed in 12d9ef91161e4a6a4515680a9ce9129abca62697.
diff --git a/share/html/Admin/Users/Modify.html b/share/html/Admin/Users/Modify.html
index 4adc558..190f348 100644
--- a/share/html/Admin/Users/Modify.html
+++ b/share/html/Admin/Users/Modify.html
@@ -103,7 +103,7 @@
<br />
<&| /Widgets/TitleBox, title => loc('Access control') &>
<input type="hidden" class="hidden" name="SetEnabled" value="1" />
-<input type="checkbox" class="checkbox" name="Enabled" value="1" <%$EnabledChecked%> />
+<input type="checkbox" class="checkbox" name="Enabled" value="1" <%$EnabledChecked||''%> />
<&|/l&>Let this user access RT</&><br />
commit e7afec453444b09665a185ed8e8bb75d663c4e87
Merge: 2f44a4b 68a5dde
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Sep 2 20:02:45 2014 -0400
Merge branch '4.0/silence-users-modify-undef-warning' into 4.0-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list