mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +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:
@@ -1054,6 +1054,7 @@ $conf['default_filters_views'] = array(
|
||||
'file_size' => ['access'=>'everybody', 'default'=>false],
|
||||
'height' => ['access'=>'everybody', 'default'=>false],
|
||||
'width' => ['access'=>'everybody', 'default'=>false],
|
||||
'expert' => ['access'=>'everybody', 'default'=>false],
|
||||
|
||||
'last_filters_conf' => true,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user