Index: branches/unlabeled/unlabeled-1.23.2/kernel/include/theme.php =================================================================== diff -u -r7645 -r8185 --- branches/unlabeled/unlabeled-1.23.2/kernel/include/theme.php (.../theme.php) (revision 7645) +++ branches/unlabeled/unlabeled-1.23.2/kernel/include/theme.php (.../theme.php) (revision 8185) @@ -774,7 +774,7 @@ $this->Clear(); foreach($missingThemes as $theme) { - $t=$this->AddTheme($theme,"New Theme",0,0, 3600, getArrayValue($css_hash, $theme) ); + $t=$this->AddTheme($theme,"New Theme",0,0, 3600, (int)getArrayValue($css_hash, $theme) ); $t->Files->FindMissingFiles($t->Get('Name')); } }