fixed preferences with group titles not being displayed
authorChristopher Hall <chris.hall@catalyst.net.nz>
Fri, 26 Nov 2010 02:48:00 +0000 (15:48 +1300)
committerChristopher Hall <chris.hall@catalyst.net.nz>
Fri, 26 Nov 2010 02:48:00 +0000 (15:48 +1300)
admin/preferences.pl

index a161203..d523c75 100755 (executable)
@@ -164,7 +164,7 @@ sub TransformPrefsToHTML {
                 }
             }
 
-            push @lines, { CHUNKS => \@chunks, NAMES => \@names };
+            push @lines, { CHUNKS => \@chunks, NAMES => \@names, is_group_title => 0 };
         }
     }