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