Sfoglia il codice sorgente

Merge branch '0328_footcat_fr'

15313670163 1 settimana fa
parent
commit
6971d070ee
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      app/JsonRpc/FooterService.php

+ 2 - 0
app/JsonRpc/FooterService.php

@@ -140,6 +140,8 @@ class FooterService implements FooterServiceInterface
             if(!empty($child)){
                 $footer_category['child_name'] = $child['name'];
                 $footer_category['is_child'] = 1;
+            }else{
+                $footer_category['is_child'] = 0;
             }
             $result = [
                 'rows'=>$footer_category,