mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
More coding standard fixes
This commit is contained in:
parent
02d222a349
commit
53a4de7774
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class CacheDispatcher extends DispatcherFilter {
|
|||
return;
|
||||
}
|
||||
|
||||
$path = $event->data['request']->here();
|
||||
$path = $event->data['request']->here();
|
||||
if ($path == '/') {
|
||||
$path = 'home';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue