Skip to content

Commit

Permalink
Merge pull request #2 from geldmacher/patch-1
Browse files Browse the repository at this point in the history
[BUGFIX] Wrong path to original image in some cases
  • Loading branch information
lochmueller committed Jun 22, 2015
2 parents 4e3508e + 72ccfbf commit 2204335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/RealUrlImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ protected function init($conf, $image, $file, $cObj) {
}

// org_fileName
$this->org_fileName = $image[3];
$this->org_fileName = urldecode($image[3]);
}

/**
Expand Down Expand Up @@ -673,4 +673,4 @@ public function stdWrapDummy($textBase, $fl_conf) {
return $objectContentRender->stdWrap($textBase, $this->fl_conf);
}

}
}

0 comments on commit 2204335

Please sign in to comment.