Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
99c64fea
Commit
99c64fea
authored
Nov 16, 2012
by
Dries
Browse files
Issue
#1494676
by Liam Morland: remove unused code: ().
parent
95feb071
Changes
1
Show whitespace changes
Inline
Side-by-side
core/includes/bootstrap.inc
View file @
99c64fea
...
...
@@ -738,7 +738,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'
]
=
''
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment