Skip to content

Commit

Permalink
Merge pull request #9043 from seamuslee001/sl_upgrade_notice_fix-46
Browse files Browse the repository at this point in the history
CRM-19370 - Fix upgrade message in 4.6.21 upgrade
  • Loading branch information
Yashodha Chaku authored Sep 15, 2016
2 parents 03d5fd5 + 26064b9 commit 2f602ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/php/FourSix.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function setPostUpgradeMessage(&$postUpgradeMessage, $rev) {
// $postUpgradeMessage .= '<br /><br />' . ts("WARNING: For increased security, profile submissions embedded in remote sites are no longer allowed to create or edit data by default. If you need to allow users to submit profiles from external sites, you can restore this at Administer > System Settings > Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.) > 'Accept profile submissions from external sites'");
// }
if ($rev == '4.6.21') {
$postUpgradeMessage .= '<br /><br />' . ts("By default, CiviCRM now disables the ability to import directly fro SQL. To use this feature, you must explicitly grant permission 'import SQL datasource'.");
$postUpgradeMessage .= '<br /><br />' . ts("By default, CiviCRM now disables the ability to import directly from SQL. To use this feature, you must explicitly grant permission 'import SQL datasource'.");
}
}

Expand Down

0 comments on commit 2f602ab

Please sign in to comment.