summaryrefslogtreecommitdiff
path: root/includes/update.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/update.inc')
-rw-r--r--includes/update.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/update.inc b/includes/update.inc
index f7c7b6668..2d70ac03a 100644
--- a/includes/update.inc
+++ b/includes/update.inc
@@ -895,7 +895,7 @@ function update_get_d6_session_name() {
}
else {
// Otherwise use $base_url as session name, without the protocol
- // to use the same session identifiers across http and https.
+ // to use the same session identifiers across HTTP and HTTPS.
list( , $session_name) = explode('://', $base_url, 2);
}