diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 1a06544e9a2..97d08bf9df2 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -239,7 +239,6 @@ const REGISTRY_WRITE_LOOKUP_CACHE = 2; */ const DRUPAL_PHP_FUNCTION_PATTERN = '[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*'; -// Will go away when we've converted to PSR-0 require_once DRUPAL_ROOT . '/core/includes/config.inc'; /**