Skip to content

Commit a4dcf8b

Browse files
committed
Fixing function name
1 parent f765383 commit a4dcf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177

178178
if ($config->forceGlobalSecureRequests === true)
179179
{
180-
force_secure(31536000, $request, $response);
180+
force_https(31536000, $request, $response);
181181
}
182182

183183
//--------------------------------------------------------------------

0 commit comments

Comments
 (0)