From 7ed5b5c6af5ea61df7bf8446f87175943659fbfb Mon Sep 17 00:00:00 2001 From: Karson Date: Fri, 14 Apr 2017 09:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=AD=E8=A8=80=E5=87=BD?= =?UTF-8?q?=E6=95=B0=5F=5F=E7=9A=84=E4=B8=80=E5=A4=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common.php | 1 + application/extra/third.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/application/common.php b/application/common.php index 5c7a2711..d7a73f3c 100755 --- a/application/common.php +++ b/application/common.php @@ -21,6 +21,7 @@ if (!function_exists('__')) { $vars = func_get_args(); array_shift($vars); + $lang = ''; } return Lang::get($name, $vars, $lang); } diff --git a/application/extra/third.php b/application/extra/third.php index 396012a1..9001c58b 100644 --- a/application/extra/third.php +++ b/application/extra/third.php @@ -18,7 +18,7 @@ return [ 'scope' => 'snsapi_userinfo', ], // QQ - // 申请请到https://connect.qq.com创建 + // 申请请到https://connect.qq.com 'qq' => [ 'app_id' => '', 'app_secret' => '',