mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Change this files to use the API instead of referencing the group tables directly
This commit is contained in:
@@ -78,6 +78,9 @@ class notification {
|
||||
$subscriber_ids[] = $subscriber->user_id;
|
||||
}
|
||||
|
||||
if (empty($subscriber_ids)) {
|
||||
return array();
|
||||
}
|
||||
$users = Identity::get_user_list($subscriber_ids);
|
||||
|
||||
$subscribers = array();
|
||||
|
||||
Reference in New Issue
Block a user