버그 수정

This commit is contained in:
2020-04-19 05:38:25 +09:00
parent 4d02639985
commit 17d9853e90
10 changed files with 38 additions and 37 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class General implements iAction{
}
$this->resultTurn = new LastTurn();
if($year !== null || $month !== null){
if($year !== null && $month !== null){
$this->initLogger($year, $month);
}