From: vincent@cubedesigners.com Date: Wed, 9 Oct 2019 14:04:10 +0000 (+0000) Subject: fix #3115 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a79815e62aaebb67a88959eb529c7c1694e38cdd;p=cubeextranet.git fix #3115 @0.5 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index b7acac90a..41cd9b025 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -981,7 +981,7 @@ class wsHTML5Compiler $html = file_get_contents($this->assets . '/_seo.html'); $a = $seoArticle; unset($a['image']); - $a['imageurl'] = 'https://workshop.fluidbook.com/services/facebook_thumbnail?id=15793&j=' . time(); + $a['imageurl'] = 'https://workshop.fluidbook.com/services/facebook_thumbnail?id=' . $this->book_id . '&j=' . time(); if ($seoArticle['image']) { $a['imageurl'] .= '&image=' . $seoArticle['image']; }