* Finish task #64967.

This commit is contained in:
tianshujie
2022-08-22 09:24:18 +08:00
parent c990e09f61
commit ee63dc4f17
2 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -1004,7 +1004,9 @@ class user extends control
$this->view->method = $method;
$this->view->denyPage = $this->referer; // The denied page.
$this->view->refererBeforeDeny = $refererBeforeDeny; // The referer of the denied page.
$this->app->loadLang($module);
if($module == 'requirement') $this->app->loadLang('story');
if($module != 'requirement') $this->app->loadLang($module);
$this->app->loadLang('my');
/* Check deny type. */