mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
fix #1700 use user_prefs instead of cookies for the view selector in plugin manager
This commit is contained in:
@@ -195,6 +195,7 @@ $template->assign(
|
||||
'max_inactive_before_hide' => isset($_GET['show_inactive']) ? 999 : 8,
|
||||
'isWebmaster' => (is_webmaster()) ? 1 : 0,
|
||||
'ADMIN_PAGE_TITLE' => l10n('Plugins'),
|
||||
'view_selector' => userprefs_get_param('plugin-manager-view', 'classic'),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user