Skip to content
Snippets Groups Projects
Commit 6195d47d authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #790482 by glipay: update_prepare_d7_bootstrap() docs say it should...

- Patch #790482 by glipay: update_prepare_d7_bootstrap() docs say it should not modify database, but it does.
parent b135d644
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -68,7 +68,7 @@ function update_check_incompatibility($name, $type = 'module') {
* the bootstrap to be successful.
*
* No access check has been performed when this function is called, so no
* changes to the database should be made here.
* irreversible changes to the database are made here.
*/
function update_prepare_d7_bootstrap() {
// Allow the bootstrap to proceed even if a Drupal 6 settings.php file is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment