updated core to 9.1.0

This commit is contained in:
2024-09-17 12:15:25 +02:00
parent 8bd90a8a02
commit 4a39f21140
9 changed files with 2150 additions and 1336 deletions
-1
View File
@@ -16,7 +16,6 @@ $autoloader = require_once 'autoload.php';
// Disable garbage collection during test runs. Under certain circumstances the
// update path will create so many objects that garbage collection causes
// segmentation faults.
require_once 'core/includes/bootstrap.inc';
if (drupal_valid_test_ua()) {
gc_collect_cycles();
gc_disable();