mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 16:42:59 +02:00
fixes #1391 avoid warning when notifying an admin user on an album
This commit is contained in:
@@ -137,7 +137,7 @@ SELECT
|
||||
}
|
||||
|
||||
$user_args = $args;
|
||||
if (isset($authkey))
|
||||
if (isset($authkey['auth_key']))
|
||||
{
|
||||
$user_args['auth_key'] = $authkey['auth_key'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user