Преглед изворни кода

Merge branch 'web_sannong_fr'

15313670163 пре 2 дана
родитељ
комит
e0dd613deb
1 измењених фајлова са 1 додато и 1 уклоњено
  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;