From: Cameron Ball Date: Wed, 17 Dec 2014 17:31:55 +0000 (+0800) Subject: Windows BS X-Git-Url: http://git.cameron1729.xyz/?p=rock.divinelegy.git;a=commitdiff_plain;h=68244560aefe2efb8b2ed330fbbb789d48a1a7c2 Windows BS --- diff --git a/Services/ZipParser.php b/Services/ZipParser.php index 3abc391..a8d5631 100644 --- a/Services/ZipParser.php +++ b/Services/ZipParser.php @@ -124,7 +124,7 @@ class ZipParser implements IZipParser { $parser = $this->_smParser; $parser->parse($smData); - $banner = $this->_bannerExtracter->extractSongBanner('../files/StepMania/' . $this->_file->getHash() . '.zip', $parser->banner()); + $banner = $this->_bannerExtracter->extractSongBanner(realpath('../files/StepMania/' . $this->_file->getHash() . '.zip'), $parser->banner()); $file = $this->isPack() ? null : $this->_file; return $this->_smBuilder->With_Title($parser->title())