Index: branches/5.2.x/install/upgrades.sql =================================================================== diff -u -N -r15612 -r15745 --- branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 15612) +++ branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 15745) @@ -196,3 +196,8 @@ INSERT INTO Permissions VALUES(DEFAULT, 'in-link:configuration_output.add', 11, 1, 1, 0); # ===== v 5.2.1-B1 ===== + +# ===== v 5.2.1-B2 ===== +UPDATE Modules +SET ClassNamespace = 'Intechnic\\InPortal\\Modules\\InLink' +WHERE `Name` = 'In-Link'; Index: branches/5.2.x/install/install_data.sql =================================================================== diff -u -N -r15606 -r15745 --- branches/5.2.x/install/install_data.sql (.../install_data.sql) (revision 15606) +++ branches/5.2.x/install/install_data.sql (.../install_data.sql) (revision 15745) @@ -223,4 +223,4 @@ INSERT INTO Counters VALUES (DEFAULT, 'linkhits_count', 'SELECT ROUND(SUM(Hits)) FROM <%PREFIX%>Link', NULL, NULL, '300', '0', '|Link|'); -INSERT INTO Modules VALUES ('In-Link', 'modules/in-link/', 'l', DEFAULT, 1, 1, 'in-link/', 2, NULL, NULL); +INSERT INTO Modules VALUES ('In-Link', 'modules/in-link/', 'Intechnic\\InPortal\\Modules\\InLink', 'l', DEFAULT, 1, 1, 'in-link/', 2, NULL, NULL); Index: branches/5.2.x/install/upgrades.php =================================================================== diff -u -N -r15612 -r15745 --- branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 15612) +++ branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 15745) @@ -1,6 +1,6 @@ Array ('Core' => '5.2.0-RC1'), '5.2.0' => Array ('Core' => '5.2.0'), '5.2.1-B1' => Array ('Core' => '5.2.1-B1'), + '5.2.1-B2' => Array ('Core' => '5.2.1-B2'), ); }