From 298e2b66163d2e82a5cd7f2997dc9105615b1d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Mon, 6 Nov 2017 10:03:17 +0800 Subject: [PATCH] * fix score rule title --- module/score/control.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/score/control.php b/module/score/control.php index e07ea368f2..7c1c2d2b9b 100644 --- a/module/score/control.php +++ b/module/score/control.php @@ -46,7 +46,8 @@ class score extends control */ public function rule() { - $this->view->rule = $this->config->score; + $this->view->rule = $this->config->score; + $this->view->title = $this->lang->score->common; $this->display(); }