From 58d8ff37b5e4c03c30be299102df08499e651df5 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 29 Jul 2019 14:09:28 +0800 Subject: [PATCH] 1 --- 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 b94979e..4102e3a 100644 --- a/webapp/controller/KefuController.class.php +++ b/webapp/controller/KefuController.class.php @@ -389,7 +389,7 @@ class KefuController { private function getMediaId($gameid) { $type = "image"; - $filepath = "../config/$gameid/share.jpg"; + $filepath = "../config/game$gameid/share.jpg"; $filedata = array( "media" => "@".$filepath );