mirror of
https://github.com/getgrav/grav.git
synced 2026-03-04 19:41:36 +01:00
committed by
Andy Miller
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 . '/*');
|
||||
|
||||
Reference in New Issue
Block a user