From 80294ba65b1b6fb24b5de05d9cfd3146f3d77c23 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 1 Oct 2021 08:58:21 -0700 Subject: [PATCH] Fix typo in last commit. --- e107_plugins/social/e_event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/social/e_event.php b/e107_plugins/social/e_event.php index 98c9e6542..2df2e388a 100644 --- a/e107_plugins/social/e_event.php +++ b/e107_plugins/social/e_event.php @@ -48,7 +48,7 @@ class social_event if(empty($meta['og:type'])) { - e107::meta('og:image', 'website'); + e107::meta('og:type', 'website'); } if(empty($ogImage) || empty($meta) || e_ADMIN_AREA === true)