summaryrefslogtreecommitdiffstatshomepage
path: root/index.php
diff options
context:
space:
mode:
authorKatherine Bailey <katherine@katbailey.net>2012-07-22 16:40:08 -0700
committerKatherine Bailey <katherine@katbailey.net>2012-08-06 21:52:11 -0700
commitfaba05fccc9befe73e7477ecd0e9f08ba32aef18 (patch)
treea9348be06a8e301bdb83977a2a6998912e57ec35 /index.php
parent6d64268e50e1a6d856f7fcf7a201141717613df7 (diff)
downloaddrupal-faba05fccc9befe73e7477ecd0e9f08ba32aef18.tar.gz
drupal-faba05fccc9befe73e7477ecd0e9f08ba32aef18.zip
Cleaning up _current_path() and request() related stuff
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index 200a2de93c3..15ce17516b0 100644
--- a/index.php
+++ b/index.php
@@ -25,11 +25,6 @@ drupal_bootstrap(DRUPAL_BOOTSTRAP_CONFIGURATION);
// Create a request object from the HTTPFoundation.
$request = Request::createFromGlobals();
-// Set the global $request object. This is a temporary measure to keep legacy
-// utility functions working. It should be moved to a dependency injection
-// container at some point.
-request($request);
-
// Bootstrap all of Drupal's subsystems, but do not initialize anything that
// depends on the fully resolved Drupal path, because path resolution happens
// during the REQUEST event of the kernel.