related to #1609 badges with default values

This commit is contained in:
Matthieu Leproux
2022-04-04 09:21:44 +02:00
parent 405cfdd084
commit 2d6ef34962
4 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ $template->assign(
$template->assign('delay_before_autoOpen', $conf['album_move_delay_before_auto_opening']);
$template->assign("POS_PREF", $conf['newcat_default_position']);
$template->assign("POS_PREF", $conf['newcat_default_position']); //TODO use user pref if it exists
// +-----------------------------------------------------------------------+
// | Album display |