Skip to content

Commit

Permalink
Merge pull request #9042 from seamuslee001/sl_upgrade_notice_fix
Browse files Browse the repository at this point in the history
(NFC) Fix post upgrade message for 4.7.11
  • Loading branch information
Yashodha Chaku authored Sep 15, 2016
2 parents c949de0 + 9867e46 commit 05a2160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/php/FourSeven.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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.7.11') {
$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 05a2160

Please sign in to comment.