Index: branches/5.2.x/core/install/upgrades.sql =================================================================== diff -u -N -r15035 -r15042 --- branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 15035) +++ branches/5.2.x/core/install/upgrades.sql (.../upgrades.sql) (revision 15042) @@ -2598,3 +2598,6 @@ DELETE FROM LanguageLabels WHERE PhraseKey = 'LA_FLD_RUNMODE'; ALTER TABLE ScheduledTasks DROP RunMode; + +INSERT INTO SystemSettings VALUES(DEFAULT, 'CKFinderLicenseName', '', 'In-Portal', 'in-portal:configure_advanced', 'la_section_Settings3rdPartyAPI', 'la_config_CKFinderLicenseName', 'text', NULL, NULL, 80.03, 0, 0, NULL); +INSERT INTO SystemSettings VALUES(DEFAULT, 'CKFinderLicenseKey', '', 'In-Portal', 'in-portal:configure_advanced', 'la_section_Settings3rdPartyAPI', 'la_config_CKFinderLicenseKey', 'text', NULL, NULL, 80.04, 0, 0, NULL);