mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
fixes #2223 initialize groups_for_filter before using it
This commit is contained in:
parent
811bee3eb5
commit
c1ad552a86
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ include(PHPWG_ROOT_PATH.'admin/include/user_tabs.inc.php');
|
|||
// +-----------------------------------------------------------------------+
|
||||
|
||||
$groups = array();
|
||||
$groups_for_filter = array();
|
||||
|
||||
$query = '
|
||||
SELECT id, name, COUNT(ug.user_id) as nb_users_of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue