mirror of
https://github.com/getgrav/grav.git
synced 2026-05-13 03:36:41 +02:00
Minor fix
This commit is contained in:
@@ -27,7 +27,7 @@ abstract class AbstractMedia implements ExportInterface, MediaCollectionInterfac
|
||||
use Iterator;
|
||||
use Export;
|
||||
|
||||
protected $items;
|
||||
protected $items = [];
|
||||
protected $path;
|
||||
protected $images = [];
|
||||
protected $videos = [];
|
||||
|
||||
Reference in New Issue
Block a user