]> _ Git - cubeextranet.git/commitdiff
fix #3115 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 9 Oct 2019 14:04:10 +0000 (14:04 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 9 Oct 2019 14:04:10 +0000 (14:04 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index b7acac90a43e57e2201a31a13dd47459ecea52b1..41cd9b025c3655f75e578039860dc57ba0a647a6 100644 (file)
@@ -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'];
             }