mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Corrected bad char in [3134]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3135 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
e7b26eed83
commit
a0743d40e7
1 changed files with 1 additions and 1 deletions
|
@ -1351,7 +1351,7 @@ class Bake {
|
|||
}
|
||||
$path = implode(DS, $path);
|
||||
$unixPath = DS;
|
||||
if (strpos( PHP_OS, ÔWINÕ ) === 0){
|
||||
if (strpos(PHP_OS, 'WIN') === 0){
|
||||
$unixPath = null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue