From 0c73968fff204e4995aff9a6268ddabe2603d577 Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 14 Dec 2017 16:47:50 +0800 Subject: [PATCH] =?UTF-8?q?ipaylinks=20=E5=A4=9A=E8=AF=AD=E7=A7=8D;=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=8B=B1=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/iPayLinksService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webht/third_party/pay/controllers/iPayLinksService.php b/webht/third_party/pay/controllers/iPayLinksService.php index 2920fe3f..b72051c2 100644 --- a/webht/third_party/pay/controllers/iPayLinksService.php +++ b/webht/third_party/pay/controllers/iPayLinksService.php @@ -472,6 +472,7 @@ class IPayLinksService extends CI_Controller $remark_info = json_decode($item->IPL_memo); $remark_info = json_decode($remark_info->remark); $ln = $remark_info->ln; + $ln = $ln ? $ln : "en"; $this->lang->load('ipl_common',$ln); $this->lang->load('ipl_buyer_email',$ln); $item->text = $this->lang->language;