Index: branches/1.1.x/install/install_data.sql =================================================================== diff -u -N -r13093 -r13107 --- branches/1.1.x/install/install_data.sql (.../install_data.sql) (revision 13093) +++ branches/1.1.x/install/install_data.sql (.../install_data.sql) (revision 13107) @@ -6,7 +6,7 @@ INSERT INTO Permissions VALUES(DEFAULT, 'custom:widgets.add', 11, 1, 1, 0); INSERT INTO Permissions VALUES(DEFAULT, 'custom:widgets.view', 11, 1, 1, 0); -INSERT INTO Modules VALUES ('Custom', 'custom/', 'custom-sections', DEFAULT, 1, 10, 'custom/', 0, NULL); +INSERT INTO Modules VALUES ('Custom', 'modules/custom/', 'custom-sections', DEFAULT, 1, 10, 'custom/', 0, NULL); # ===== SQLs above this line already on LIVE ================================================================================================