* finish task #6256.

This commit is contained in:
wangyidong
2019-08-21 09:23:01 +08:00
parent 5f3ec326bf
commit 6960c43352
+1 -1
View File
@@ -29,7 +29,7 @@ class translate extends control
if(!$this->active and $this->app->getMethodName() != 'index')
{
$this->app->loadLang('editor');
// die($this->display('translate', 'deny'));
die($this->display('translate', 'deny'));
}
}