From 6582a700bb29424464f1f337fb04e141fdb2e071 Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Sun, 21 Mar 2021 16:11:07 +0800 Subject: [PATCH] * Fix story of project. --- framework/control.class.php | 2 +- module/admin/view/safe.html.php | 2 +- module/backup/view/index.html.php | 2 +- module/common/lang/common.php | 1 + module/common/lang/menu.php | 41 +++++++++++--------------- module/common/lang/zh-cn.php | 5 ++-- module/common/model.php | 2 -- module/cron/view/index.html.php | 2 +- module/custom/model.php | 3 +- module/custom/view/timezone.html.php | 2 +- module/dev/view/header.html.php | 2 +- module/message/view/header.html.php | 2 +- module/product/control.php | 8 +++-- module/product/view/browse.html.php | 5 ++-- module/projectstory/control.php | 5 ++-- module/search/view/buildindex.html.php | 2 +- module/setting/model.php | 1 + module/story/control.php | 4 +++ module/webhook/view/header.html.php | 2 +- 19 files changed, 48 insertions(+), 45 deletions(-) diff --git a/framework/control.class.php b/framework/control.class.php index b8dd49f08b..c3521f7c82 100644 --- a/framework/control.class.php +++ b/framework/control.class.php @@ -208,7 +208,7 @@ class control extends baseControl chdir(dirname($viewFile)); /** - * 使用extract安定ob方法渲染$viewFile里面的代码。 + * 使用extract和ob方法渲染$viewFile里面的代码。 * Use extract and ob functions to eval the codes in $viewFile. */ extract((array)$this->view); diff --git a/module/admin/view/safe.html.php b/module/admin/view/safe.html.php index 738fb25ca6..2868a02f65 100644 --- a/module/admin/view/safe.html.php +++ b/module/admin/view/safe.html.php @@ -14,7 +14,7 @@
diff --git a/module/backup/view/index.html.php b/module/backup/view/index.html.php index 9d61e02d1c..374ec2ef8c 100644 --- a/module/backup/view/index.html.php +++ b/module/backup/view/index.html.php @@ -17,7 +17,7 @@