버그 수정

This commit is contained in:
2020-04-18 22:49:50 +09:00
parent 0dc061611f
commit feee4b2022
14 changed files with 73 additions and 33 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ function getGeneralPublicRecordWithDate(int $year, int $month):array {
);
if(!$texts){
return "<C>●</>{$month}월: 기록 없음";
return ["<C>●</>{$month}월: 기록 없음"];
}
return $texts;
}