Explorar el Código

Merge branch 'web_sannong_fr'

15313670163 hace 2 días
padre
commit
e0dd613deb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -6189,7 +6189,7 @@ class NewsService implements NewsServiceInterface
         $catiall = $category_arr['catiall'];
         foreach($categorys as $key => $value){
             if(array_key_exists('level',$value)){
-                $parts = explode(',', $value['id']);
+                $parts = explode(',', $value['level']);
                 $level = $parts[0] ?? null;
                 $imgnum = $parts[1] ?? null;
                 $textnum = $parts[2] ?? null;