mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2361 explicit action to empty lounge
This commit is contained in:
@@ -49,6 +49,10 @@ $maint_actions = array(
|
||||
'icon' => 'icon-info-circled-1',
|
||||
'label' => l10n('Update photos information'),
|
||||
),
|
||||
'empty_lounge' => array(
|
||||
'icon' => 'icon-thumbs-up',
|
||||
'label' => l10n('Empty lounge'),
|
||||
),
|
||||
'delete_orphan_tags' => array(
|
||||
'icon' => 'icon-tags',
|
||||
'label' => l10n('Delete orphan tags'),
|
||||
|
||||
Reference in New Issue
Block a user