forked from ZwiiCMS-Team/ZwiiCMS
Bug de filtre
This commit is contained in:
parent
ad15e8b827
commit
c270546a9b
@ -253,7 +253,7 @@ class template
|
||||
// Filtre selon le type
|
||||
switch ($attributes['type']) {
|
||||
case 'datetime-local':
|
||||
$filter = helper::FILTER_DATETIME;
|
||||
$filter = helper::FILTER_TIMESTAMP;
|
||||
break;
|
||||
case 'date':
|
||||
$filter = helper::FILTER_DATE;
|
||||
|
Loading…
Reference in New Issue
Block a user