Index: trunk/core/install/install_data.sql =================================================================== diff -u -r6707 -r6729 --- trunk/core/install/install_data.sql (.../install_data.sql) (revision 6707) +++ trunk/core/install/install_data.sql (.../install_data.sql) (revision 6729) @@ -546,4 +546,6 @@ INSERT INTO StdDestinations VALUES (309, 2, 225, 'la_state_AR', 'AR', NULL); INSERT INTO StdDestinations VALUES (308, 2, 225, 'la_state_AZ', 'AZ', NULL); INSERT INTO StdDestinations VALUES (307, 2, 225, 'la_state_AK', 'AK', NULL); -INSERT INTO StdDestinations VALUES (306, 2, 225, 'la_state_AL', 'AL', NULL); \ No newline at end of file +INSERT INTO StdDestinations VALUES (306, 2, 225, 'la_state_AL', 'AL', NULL); + +INSERT INTO PermCache (CategoryId, PermId, ACL) VALUES (0, 1, '11,12,13,14,15');