mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
parent
31e3c1c295
commit
72f3a01abf
|
|
@ -390,6 +390,7 @@ class Cache extends Getters
|
|||
// Convert stream to a real path
|
||||
try {
|
||||
$path = $locator->findResource($stream, true, true);
|
||||
if($path === false) continue;
|
||||
|
||||
$anything = false;
|
||||
$files = glob($path . '/*');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user