Merge pull request #171 from th-h/issue-157

Re-add sort by name to ML non-simple filter (#157).
This commit is contained in:
onli 2014-05-26 20:03:56 +02:00
commit ecf7ad1ad2

View File

@ -1988,7 +1988,7 @@ function serendipity_getImageFields() {
'type' => 'date'
),
'i.extension' => array('desc' => SORT_ORDER_EXTENSION
'i.name' => array('desc' => SORT_ORDER_NAME
),
'i.authorid' => array('desc' => AUTHOR,