From 9874e17ce70625a0fde4020762b57cac6723c282 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 2 Apr 2024 13:11:29 +0200 Subject: [PATCH] wip #6836 @0.5 --- resources/views/fluidbook_publication/delivery/index.blade.php | 3 --- 1 file changed, 3 deletions(-) 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) { -- 2.39.5