内核更新
bug修复
This commit is contained in:
@@ -203,10 +203,6 @@ class Handle
|
||||
if (IS_CLI) {
|
||||
return $message;
|
||||
}
|
||||
// 导入语言包
|
||||
if (!Config::get('lang_switch_on')) {
|
||||
Lang::load(THINK_PATH . 'lang' . DS . Lang::detect() . EXT);
|
||||
}
|
||||
|
||||
if (strpos($message, ':')) {
|
||||
$name = strstr($message, ':', true);
|
||||
|
||||
Reference in New Issue
Block a user