[Rt-commit] r11881 - rt/branches/3.8-TESTING/html/installation/Elements

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Apr 24 15:43:33 EDT 2008


Author: sunnavy
Date: Thu Apr 24 15:43:26 2008
New Revision: 11881

Modified:
   rt/branches/3.8-TESTING/html/installation/Elements/Edit

Log:
missed a $_ treating

Modified: rt/branches/3.8-TESTING/html/installation/Elements/Edit
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Elements/Edit	(original)
+++ rt/branches/3.8-TESTING/html/installation/Elements/Edit	Thu Apr 24 15:43:26 2008
@@ -3,7 +3,7 @@
     Default      => 0,
     %{ $RT::Installer->{Option}{$type}{'WidgetArguments'} },
     Name         => $type,
-    CurrentValue => $RT::Installer->{InstallConfig}{$_} || 
+    CurrentValue => $RT::Installer->{InstallConfig}{$type} || 
         scalar RT->Config->Get($type),
 &>
 % }


More information about the Rt-commit mailing list