From be243c91c25146dc2d2ae05da7953502e9225d60 Mon Sep 17 00:00:00 2001 From: daitingting Date: Mon, 30 Oct 2023 08:21:22 +0000 Subject: [PATCH] * Format codes. --- module/qa/control.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/qa/control.php b/module/qa/control.php index f28663a9dc..6090bfe1d8 100644 --- a/module/qa/control.php +++ b/module/qa/control.php @@ -31,8 +31,8 @@ class qa extends control $branch = (int)$this->cookie->preBranch; $this->qa->setMenu($productID, $branch); - $this->view->title = $this->lang->qa->index; - $this->view->products = $products; + $this->view->title = $this->lang->qa->index; + $this->view->products = $products; echo $this->fetch('block', 'dashboard', 'dashboard=qa'); } }