From 6a2b27b8753eb6c970cff915fd9f56a882d0cb99 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 8 Jun 2022 22:33:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20DummyGeneral=EC=97=90=EC=84=9C=20logger?= =?UTF-8?q?=EA=B0=80=20=EC=A0=9C=EB=8C=80=EB=A1=9C=20=EC=A7=80=EC=A0=95?= =?UTF-8?q?=EB=90=98=EC=97=88=EC=9D=84=20=EA=B2=BD=EC=9A=B0=20=EB=8C=80?= =?UTF-8?q?=EB=B9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/DummyGeneral.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/DummyGeneral.php b/hwe/sammo/DummyGeneral.php index 29a20d8b..88312519 100644 --- a/hwe/sammo/DummyGeneral.php +++ b/hwe/sammo/DummyGeneral.php @@ -63,7 +63,7 @@ class DummyGeneral extends General{ function applyDB($db):bool{ if($this->logger){ - $this->initLogger(1, 1); + $this->initLogger($this->logger->getYear(), $this->logger->getMonth()); } return true; }