Browse Source

Update Config.php

Anyon 4 years ago
parent
commit
69bd775e72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/data/controller/Config.php

+ 1 - 1
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');
     }
 
     /**