projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d1f4ea3
)
Issue #1494676 by Liam Morland, cam8001: Removed unused variable $http_protocol in...
author
David Rothstein
Sat, 8 Dec 2012 21:39:19 +0000 (16:39 -0500)
committer
David Rothstein
Sat, 8 Dec 2012 21:39:19 +0000 (16:39 -0500)
includes/bootstrap.inc
patch
|
blob
|
blame
|
history
diff --git
a/includes/bootstrap.inc
b/includes/bootstrap.inc
index
549a937
..
9bd37fd
100644
(file)
--- a/
includes/bootstrap.inc
+++ b/
includes/bootstrap.inc
@@
-716,7
+716,6
@@
function drupal_settings_initialize() {
if (isset($base_url)) {
// Parse fixed base URL from settings.php.
$parts = parse_url($base_url);
- $http_protocol = $parts['scheme'];
if (!isset($parts['path'])) {
$parts['path'] = '';
}