Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -r13094 -r13109 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13094) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 13109) @@ -167,4 +167,7 @@ # ===== v 5.0.2-RC1 ===== -# ===== v 5.0.2 ===== \ No newline at end of file +# ===== v 5.0.2 ===== + +# ===== v 5.1.0-B1 ===== +UPDATE Modules SET Path = 'modules/in-bulletin/' WHERE `Name` = 'In-Bulletin'; \ No newline at end of file Index: branches/5.1.x/install/install_data.sql =================================================================== diff -u -r13094 -r13109 --- branches/5.1.x/install/install_data.sql (.../install_data.sql) (revision 13094) +++ branches/5.1.x/install/install_data.sql (.../install_data.sql) (revision 13109) @@ -282,4 +282,4 @@ INSERT INTO CustomField VALUES (DEFAULT, 1, 'bb_ItemTemplate', 'la_fld_cust_bb_ItemTemplate', 0, 'la_title_SystemCF', 'la_fld_cust_bb_ItemTemplate', 'text', NULL, '', 0, 0, 1, 0); -INSERT INTO Modules VALUES ('In-Bulletin', 'in-bulletin/', 'bb', DEFAULT, 1, 3, 'in-bulletin/', {TopicCatId}, NULL); +INSERT INTO Modules VALUES ('In-Bulletin', 'modules/in-bulletin/', 'bb', DEFAULT, 1, 3, 'in-bulletin/', {TopicCatId}, NULL);