1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Fix typo in last commit.

This commit is contained in:
Cameron
2021-10-01 08:58:21 -07:00
parent fc2db726f2
commit 80294ba65b

View File

@@ -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)