From: Vincent Vanwaelscappel Date: Tue, 2 Apr 2024 11:11:29 +0000 (+0200) Subject: wip #6836 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9874e17ce70625a0fde4020762b57cac6723c282;p=fluidbook-toolbox.git wip #6836 @0.5 --- diff --git a/resources/views/fluidbook_publication/delivery/index.blade.php b/resources/views/fluidbook_publication/delivery/index.blade.php index b557072e8..3628a99d9 100644 --- a/resources/views/fluidbook_publication/delivery/index.blade.php +++ b/resources/views/fluidbook_publication/delivery/index.blade.php @@ -95,9 +95,6 @@ $cid = $fluidbook->cid; $socialImage = route('social_image',['cid' => $cid]); - if($fluidbook->facebook_image){ - $socialImage = $fluidbook->facebook_image; - } $installServerUrl = null; if($fluidbook->install_online) {