diff --git a/app/data/controller/Config.php b/app/data/controller/Config.php index b267be5dc..a26d9a5e1 100644 --- a/app/data/controller/Config.php +++ b/app/data/controller/Config.php @@ -26,7 +26,7 @@ class Config extends Controller if ($this->request->isGet()) { $this->result = MessageService::instance()->balance(); } - $this->__sysconf('open'); + $this->__sysconf('message'); } /**