From e289984b9fde87f754a32df54bd4e57b1b9b98eb Mon Sep 17 00:00:00 2001 From: qixinzhi Date: Fri, 7 Jun 2024 09:05:48 +0000 Subject: [PATCH] * [misc] fix spelling error. --- module/metric/zen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/metric/zen.php b/module/metric/zen.php index 3837508759..f184bcfb8a 100644 --- a/module/metric/zen.php +++ b/module/metric/zen.php @@ -419,7 +419,7 @@ class metricZen extends metric $statement = $statement->query(); - while($row = $stmt->fetch()) + while($row = $statement->fetch()) { foreach($calcList as $code => $calc) {