dever 4 éve
szülő
commit
779e587e0f
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      src/Api.php

+ 4 - 0
src/Api.php

@@ -24,6 +24,10 @@ class Api
             } else {
                 $info['add'] = $info['name'] . '(未知)';
             }
+
+            if (!$info['birthday']) {
+                $info['birthday'] = '';
+            }
         }
         
         return $info;