Upgrade to 3.2.3
This commit is contained in:
@@ -81,7 +81,7 @@ trait AppCaches
|
||||
];
|
||||
}
|
||||
|
||||
$prefix = str_replace('/', '_', $this->system()->indexUrl()) .
|
||||
$prefix = str_replace(['/', ':'], '_', $this->system()->indexUrl()) .
|
||||
'/' .
|
||||
str_replace('.', '/', $key);
|
||||
|
||||
|
Reference in New Issue
Block a user