diff --git a/app/code/community/Phpro/RemoteMedia/Helper/Data.php b/app/code/community/Phpro/RemoteMedia/Helper/Data.php index 7f71734..8e0ab93 100644 --- a/app/code/community/Phpro/RemoteMedia/Helper/Data.php +++ b/app/code/community/Phpro/RemoteMedia/Helper/Data.php @@ -39,7 +39,7 @@ public function getProductionMediaUrl($store = '') public function fetchRemoteProductionImage($filename) { if(!$this->getRemoteMediaEnabled() || $this->getProductionMediaUrl() == '' || $filename == '') { - return false; + return $filename; } $relativeFilePath = '/catalog/product' . $filename;