From b1aa6c4d3ef8937c8d27aa7e05f2fbbcbdc5447e Mon Sep 17 00:00:00 2001 From: sgm0422 <976204163@qq.com> Date: Mon, 1 Feb 2021 10:47:09 +0800 Subject: [PATCH] * Fix methodName. --- module/common/model.php | 2 +- module/index/view/index.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/common/model.php b/module/common/model.php index cb4ced4c22..9ea9af4dcc 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -614,7 +614,7 @@ class commonModel extends model * @access public * @return void */ - public static function printRecentMemu() + public static function printRecentMenu() { global $lang; echo "
"; diff --git a/module/index/view/index.html.php b/module/index/view/index.html.php index 35f4594eea..ce0c40dc77 100644 --- a/module/index/view/index.html.php +++ b/module/index/view/index.html.php @@ -27,7 +27,7 @@ js::set('defaultOpen', $open);