mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-04 10:32:40 +00:00
Merge branch '1.3-bake' into 1.3
This commit is contained in:
commit
a3cd80bf52
11 changed files with 70 additions and 46 deletions
|
@ -490,7 +490,7 @@ if (!function_exists('file_put_contents')) {
|
|||
$expires = strtotime($expires, $now);
|
||||
}
|
||||
|
||||
switch (low($target)) {
|
||||
switch (strtolower($target)) {
|
||||
case 'cache':
|
||||
$filename = CACHE . $path;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue