Преглед на файлове

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;