[Rt-commit] r11975 - rt/branches/3.8-TESTING/html/Prefs

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Apr 30 02:21:37 EDT 2008


Author: sunnavy
Date: Wed Apr 30 02:21:36 2008
New Revision: 11975

Modified:
   rt/branches/3.8-TESTING/html/Prefs/Other.html

Log:
make $preference a hashref if not defined

Modified: rt/branches/3.8-TESTING/html/Prefs/Other.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Prefs/Other.html	(original)
+++ rt/branches/3.8-TESTING/html/Prefs/Other.html	Wed Apr 30 02:21:36 2008
@@ -89,6 +89,7 @@
 }
 
 if ( $Update ) {
+    $preferences ||= {};
     $m->comp( '/Widgets/BulkProcess', Meta => {
                 map { $_ => RT->Config->Meta($_) } RT->Config->Options
             },


More information about the Rt-commit mailing list