From db453754b70670ca50f3867e354237a183804266 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 29 Jul 2019 18:47:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0png=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/controller/KefuController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/KefuController.class.php b/webapp/controller/KefuController.class.php index 436f51d..cce003f 100644 --- a/webapp/controller/KefuController.class.php +++ b/webapp/controller/KefuController.class.php @@ -382,7 +382,7 @@ class KefuController { private function getMediaId($gameid) { $type = "image"; - $filepath = "../config/game$gameid/share.jpg"; + $filepath = "../config/game$gameid/share.png"; $filedata = array( "media" => "@" . $filepath );