Index: branches/5.1.x/install/install_data.sql =================================================================== diff -u -N -r13096 -r13112 --- branches/5.1.x/install/install_data.sql (.../install_data.sql) (revision 13096) +++ branches/5.1.x/install/install_data.sql (.../install_data.sql) (revision 13112) @@ -245,4 +245,4 @@ INSERT INTO ImportScripts VALUES (DEFAULT, 'Articles from CSV file [In-News]', '', 'n', 'In-News', '', 'CSV', '1'); -INSERT INTO Modules VALUES ('In-News', 'in-news/', 'n', DEFAULT, 1, 2, 'in-news/', {NewsCatId}, NULL); \ No newline at end of file +INSERT INTO Modules VALUES ('In-News', 'modules/in-news/', 'n', DEFAULT, 1, 2, 'in-news/', {NewsCatId}, NULL); \ No newline at end of file