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