зеркало из https://github.com/nextcloud/activity.git
Fix order of arguments in array_chunk()
This commit is contained in:
Родитель
6448a3188e
Коммит
e6066e0cf7
|
@ -285,7 +285,7 @@ class Hooks {
|
|||
|
||||
$filteredUsers = array();
|
||||
|
||||
$chunked_users = array_chunk(50, $users, true);
|
||||
$chunked_users = array_chunk($users, 50, true);
|
||||
$placeholders_50 = implode(',', array_fill(0, 50, '?'));
|
||||
|
||||
foreach ($chunked_users as $chunk) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче