]> git.mxchange.org Git - core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 13 Apr 2018 23:41:37 +0000 (01:41 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 13 Apr 2018 23:41:37 +0000 (01:41 +0200)
- ops, did not append 's' to 'http'

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/bootstrap/class_FrameworkBootstrap.php

index 490e407940ceb0ed8e181305aba099928ff400e7..a0ab9ba648e7a5ea8b147dfe23d4529ef08407d6 100644 (file)
@@ -506,7 +506,7 @@ final class FrameworkBootstrap {
                // Do we have HTTPS?
                if (self::isHttpSecured()) {
                        // Add the >s< for HTTPS
-                       $protocol = 's';
+                       $protocol = 'https';
                } // END - if
 
                // Construct the full URL and secure it against CSRF attacks