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 );