Skip to content

Commit

Permalink
SocialSharing: updated sharing_img to use PS_LOGO as an URL instead f…
Browse files Browse the repository at this point in the history
…ile path

This is related to thirtybees#5
  • Loading branch information
ksimunovic committed Oct 3, 2019
1 parent 423ec36 commit 1fad002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socialsharing.php
Expand Up @@ -240,7 +240,7 @@ public function hookDisplayCompareExtraInformation($params)
"'"
),
'sharing_img' => addcslashes(
_PS_IMG_DIR_.Configuration::get('PS_LOGO_MAIL', null, null, $this->context->shop->id), "'"
$this->context->link->getMediaLink(_PS_IMG_.Configuration::get('PS_LOGO')), "'"
),
]
);
Expand Down

0 comments on commit 1fad002

Please sign in to comment.