Merge pull request #128 from horizonlin/dev-3.2.0

补充提交一处代码
pull/130/head
Apex Liu 2018-12-25 15:29:19 +08:00 committed by GitHub
commit 2b6d3a0529
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);