Skip to content
Snippets Groups Projects
Commit 34e2ea00 authored by catch's avatar catch
Browse files

Issue #1618346 by alberto56, tim.plunkett: Fixed Error: Call to undefined...

Issue #1618346 by alberto56, tim.plunkett: Fixed Error: Call to undefined function drupal_get_installed_schema_version() in core/includes/update.inc, line 94.
parent 1a0793da
Branches
Tags
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
......@@ -88,6 +88,7 @@ function update_check_incompatibility($name, $type = 'module') {
*/
function update_prepare_d8_bootstrap() {
include_once DRUPAL_ROOT . '/core/includes/install.inc';
include_once DRUPAL_ROOT . '/core/includes/schema.inc';
// Bootstrap to configuration.
drupal_bootstrap(DRUPAL_BOOTSTRAP_CONFIGURATION);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment