补充提交一处代码

之前漏提交一些代码,使配置不能勾选
pull/128/head
horizonlin 2018-12-24 17:43:19 +08:00 committed by GitHub
parent b3645244ba
commit 6792b16c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ $app.on_init = function (cb_stack) {
$app.info = $app.create_info_table();
cb_stack.add($app.info.init);
$app.global = $app.create_config_global();
cb_stack.add($app.global.init);
$app.sess = $app.create_config_sess();
cb_stack.add($app.sess.init);