wugg 2 lat temu
rodzic
commit
1b8b401641
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -1256,7 +1256,7 @@ if (!function_exists('get_handle_user_list')) {
                 ->cursor();
 
             foreach ($share as $s) {
-                if ($s['to_user']) $data[] = [$s['to_user']];
+                if ($s['to_user']) $data[] = $s['to_user'];
                 elseif ($s['to_group']) {
                     $group_user = Db::name('role_group')
                         ->where([