Index: branches/1.2.x/install/install_data.sql =================================================================== diff -u -N -r14579 -r15741 --- branches/1.2.x/install/install_data.sql (.../install_data.sql) (revision 14579) +++ branches/1.2.x/install/install_data.sql (.../install_data.sql) (revision 15741) @@ -4,4 +4,4 @@ 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', 'modules/custom/', 'custom-sections', DEFAULT, 1, 10, 'custom/', 0, NULL, NULL); +INSERT INTO Modules VALUES ('Custom', 'modules/custom/', 'Intechnic\\InPortal\\Modules\\Custom', 'custom-sections', DEFAULT, 1, 10, 'custom/', 0, NULL, NULL);