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(); }