From 633076d7c9275b33b722d9a7989e63839f8c38d2 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 22 Mar 2020 16:55:06 +0100 Subject: media date display --- app/class/Medialist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/Medialist.php') diff --git a/app/class/Medialist.php b/app/class/Medialist.php index ab1dea3..2141d40 100644 --- a/app/class/Medialist.php +++ b/app/class/Medialist.php @@ -31,7 +31,7 @@ class Medialist extends Item /** @var string display the file name of the file */ protected $filename = 0; - const SORT_BY_FILTER = ['id', 'size', 'type']; + const SORT_BY_FILTER = ['id', 'size', 'type', 'date']; const TYPES = ['image', 'sound', 'video', 'other']; -- cgit v1.2.3