* fix score rule title
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user