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; }