Archived
1
0

media: added option to disable multiselection (still on by default)

This commit is contained in:
Stephan Brunker
2020-06-04 23:48:12 +02:00
parent ac6c2d5269
commit 6036d62d82
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -3242,6 +3242,7 @@ function serendipity_showMedia(&$file, &$paths, $url = '', $manage = false, $lin
'nr_files' => count($file),
'keywords' => explode(';', $serendipity['mediaKeywords']),
'thumbSize' => $serendipity['thumbSize'],
'multiselect' => isset($serendipity['GET']['multiselect']) ? serendipity_db_bool($serendipity['GET']['multiselect']) : true,
'sortParams' => array('perpage', 'order', 'ordermode')
);