Index: branches/RC/core/install/install_toolkit.php =================================================================== diff -u -N -r11495 -r11504 --- branches/RC/core/install/install_toolkit.php (.../install_toolkit.php) (revision 11495) +++ branches/RC/core/install/install_toolkit.php (.../install_toolkit.php) (revision 11504) @@ -551,12 +551,14 @@ $category_fields = Array ( $fields['name'] => $name, 'Filename' => $name, 'AutomaticFilename' => 1, - $fields['description'] => $description, 'Status' => $status, 'ParentId' => 0, + $fields['description'] => $description, 'Status' => $status, ); + $category_fields['ParentId'] = $this->Application->findModule('Name', 'Proj-CMS', 'RootCat'); + if (isset($category_template)) { - $category_fields['CategoryTemplate'] = $category_template; - $category_fields['CachedCategoryTemplate'] = $category_template; + $category_fields['Template'] = $category_template; + $category_fields['CachedTemplate'] = $category_template; } $category->Clear();