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:
gwoo 2007-11-22 17:38:19 +00:00
parent 9cbdeb4d52
commit fa988bcc18

View file

@ -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';
}
}