fixes #1391 avoid warning when notifying an admin user on an album

This commit is contained in:
plegall
2023-08-02 12:32:08 +02:00
parent e69a496ae7
commit a9fbb3546c
+1 -1
View File
@@ -137,7 +137,7 @@ SELECT
}
$user_args = $args;
if (isset($authkey))
if (isset($authkey['auth_key']))
{
$user_args['auth_key'] = $authkey['auth_key'];
}