rabin hace 3 años
padre
commit
7875cca93c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/card/src/Api.php

+ 1 - 1
app/card/src/Api.php

@@ -243,7 +243,7 @@ class Api extends Core
 
                     $info['shop_type'] = explode(',', $info['shop_type']);
                     $this->data['card'][$k]['minfo'] = array();
-                    foreach ($type['shop_type'] as $tv) {
+                    foreach ($info['shop_type'] as $tv) {
                         if (isset($config_type[$tv])) {
                             $this->data['card'][$k]['minfo'][] = $config_type[$tv];
                         }