mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 11:49:56 +03:00
fixes #171 ability to filter user list on a specific user
This commit is contained in:
parent
33f7849bf0
commit
3ee277f8e0
4 changed files with 9 additions and 5 deletions
|
@ -215,7 +215,7 @@ SELECT id
|
|||
if ($notify_admin and 'none' != $conf['email_admin_on_new_user'])
|
||||
{
|
||||
include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
|
||||
$admin_url = get_absolute_root_url().'admin.php?page=user_list&username='.$login;
|
||||
$admin_url = get_absolute_root_url().'admin.php?page=user_list&user_id='.$user_id;
|
||||
|
||||
$keyargs_content = array(
|
||||
get_l10n_args('User: %s', stripslashes($login) ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue