From 28a624cb94475bd341740e4d299b06f909ef2c3c Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Tue, 22 Aug 2023 13:22:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AE=97=E5=8A=9B=E7=8E=A9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/mt/HashRateCommon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/mt/HashRateCommon.php b/webapp/mt/HashRateCommon.php index b5c24ae7..be63d8e2 100644 --- a/webapp/mt/HashRateCommon.php +++ b/webapp/mt/HashRateCommon.php @@ -57,7 +57,7 @@ class HashRateCommon { protected static function getMetaList() { if (!self::$metaList) { - self::$metaList = getMetaTable('HashRateCommon@HashRateCommon.php'); + self::$metaList = getMetaTable('HashrateCommon@HashrateCommon.php'); } return self::$metaList; }