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