mirror of
https://github.com/getgrav/grav.git
synced 2026-06-18 18:29:56 +02:00
Fixed page blueprints and theme inheritance issue (#534)
This commit is contained in:
@@ -103,8 +103,11 @@ class Types implements \ArrayAccess, \Iterator, \Countable
|
||||
'value' => 'PathName',
|
||||
];
|
||||
|
||||
$list = [];
|
||||
foreach ((array) $paths as $path) {
|
||||
return Folder::all($path, $options);
|
||||
$list += Folder::all($path, $options);
|
||||
}
|
||||
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user