summaryrefslogtreecommitdiff
path: root/authorize.php
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2012-07-29 23:46:39 -0400
committerDavid Rothstein <drothstein@gmail.com>2012-07-29 23:46:39 -0400
commit25c25213e94821718e30eff626402686e2beee57 (patch)
tree9aedff98d894d991d5434b61f5bf970a18b1cc56 /authorize.php
parent7a3d48e2b9b639a3af31e56fc6c52d36bc41812c (diff)
downloadbrdo-25c25213e94821718e30eff626402686e2beee57.tar.gz
brdo-25c25213e94821718e30eff626402686e2beee57.tar.bz2
Issue #1399168 by Akaoni: Fixed authorize.php doesn't respect custom session handlers.
Diffstat (limited to 'authorize.php')
-rw-r--r--authorize.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/authorize.php b/authorize.php
index 3c0bd7b36..d14fa6e59 100644
--- a/authorize.php
+++ b/authorize.php
@@ -60,7 +60,6 @@ function authorize_access_allowed() {
// *** Real work of the script begins here. ***
require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
-require_once DRUPAL_ROOT . '/includes/session.inc';
require_once DRUPAL_ROOT . '/includes/common.inc';
require_once DRUPAL_ROOT . '/includes/file.inc';
require_once DRUPAL_ROOT . '/includes/module.inc';