mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
typo in basics
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6051 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
9cbdeb4d52
commit
fa988bcc18
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ if (!function_exists('clone')) {
|
|||
}
|
||||
|
||||
if ($key == 'SCRIPT_NAME') {
|
||||
if (env('CGI_MODE') && isset($_ENV['SCRIPT_URL']) {
|
||||
if (env('CGI_MODE') && isset($_ENV['SCRIPT_URL'])) {
|
||||
$key = 'SCRIPT_URL';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue