mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
fixes #2417 ability to hide the new filter "expert mode"
... and removes 2 other duplicates of the filters_views configuration
This commit is contained in:
@@ -13,7 +13,9 @@ if (!defined('PHPWG_ROOT_PATH'))
|
||||
|
||||
$upgrade_description = 'add config parameters to the gallery filters';
|
||||
|
||||
conf_update_param('filters_views', $conf['default_filters_views']);
|
||||
// let the $conf['filters_views'] be written in config table when the admin will change settings in administration.
|
||||
//
|
||||
// conf_update_param('filters_views', $conf['default_filters_views']);
|
||||
|
||||
echo "\n".$upgrade_description."\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user