Index: branches/5.2.x/core/install.php =================================================================== diff -u -N -r15175 -r15274 --- branches/5.2.x/core/install.php (.../install.php) (revision 15175) +++ branches/5.2.x/core/install.php (.../install.php) (revision 15274) @@ -1,6 +1,6 @@ 'Content', 'Filename' => 'Content', 'AutomaticFilename' => 0, - 'CreatedById' => -1, 'CreatedOn' => time(), 'ResourceId' => $resource_id - 1, - 'l1_Description' => 'Content', 'Status' => 4, + 'l1_Name' => 'Content', 'l1_MenuTitle' => 'Content', 'Filename' => 'Content', + 'AutomaticFilename' => 0, 'CreatedById' => -1, 'CreatedOn' => time(), + 'ResourceId' => $resource_id - 1, 'l1_Description' => 'Content', 'Status' => 4, ); $this->Conn->doInsert($fields_hash, $this->toolkit->getSystemConfig('Database', 'TablePrefix') . 'Categories');