From 0ecc1adf32c72ad1c1bb7ac93fe005d372b06eec Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 29 Jul 2019 14:06:36 +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 fefc2aa..b94979e 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/game3003/share.jpg"; + $filepath = "../config/$gameid/share.jpg"; $filedata = array( "media" => "@".$filepath );