Fix sorting of pageview records

This commit is contained in:
Daniel Siepmann 2020-06-24 09:14:20 +02:00
parent 1a5c10a26d
commit 8e2cadef08

View file

@ -4,7 +4,7 @@ return [
'label' => 'url',
'label_alt' => 'crdate',
'label_alt_force' => true,
'sortby' => 'crdate DESC',
'default_sortby' => 'crdate DESC',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',