修复语言函数__的一处BUG

pull/269678/MERGE
Karson 2017-04-14 09:20:10 +08:00
parent 0a6fda7911
commit 7ed5b5c6af
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ if (!function_exists('__'))
{
$vars = func_get_args();
array_shift($vars);
$lang = '';
}
return Lang::get($name, $vars, $lang);
}

View File

@ -18,7 +18,7 @@ return [
'scope' => 'snsapi_userinfo',
],
// QQ
// 申请请到https://connect.qq.com创建
// 申请请到https://connect.qq.com
'qq' => [
'app_id' => '',
'app_secret' => '',