stanley-king 4 years ago
parent
commit
84ef89c297
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shop/control/card_key.php

+ 1 - 1
shop/control/card_key.php

@@ -60,7 +60,7 @@ class card_keycontrol extends BaseSellerControl
     {
     {
         global $config;
         global $config;
         $stype = mtopcard\scard_type($type);
         $stype = mtopcard\scard_type($type);
-        Log::record("stype = {$stype} specs=" . implode($config['refill_specs'][$stype]),Log::DEBUG);
+        Log::record("stype = {$stype} specs=" . implode(',',$config['refill_specs'][$stype]),Log::DEBUG);
         return $config['refill_specs'][$stype];
         return $config['refill_specs'][$stype];
     }
     }