diff --git a/core/authorize.php b/core/authorize.php index 2ddd7d6..b0b8bdf 100644 --- a/core/authorize.php +++ b/core/authorize.php @@ -20,7 +20,7 @@ * @link authorize Authorized operation helper functions @endlink */ -use Drupal\Component\Utility\Settings; +use Drupal\Core\Site\Settings; // Change the directory to the Drupal root. chdir('..'); diff --git a/core/includes/database.inc b/core/includes/database.inc index 0197377..b53a427 100644 --- a/core/includes/database.inc +++ b/core/includes/database.inc @@ -1,6 +1,6 @@