From 68244560aefe2efb8b2ed330fbbb789d48a1a7c2 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Thu, 18 Dec 2014 01:31:55 +0800 Subject: [PATCH] Windows BS --- Services/ZipParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) -- 2.11.0