mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Fix typo in last commit.
This commit is contained in:
@@ -48,7 +48,7 @@ class social_event
|
|||||||
|
|
||||||
if(empty($meta['og:type']))
|
if(empty($meta['og:type']))
|
||||||
{
|
{
|
||||||
e107::meta('og:image', 'website');
|
e107::meta('og:type', 'website');
|
||||||
}
|
}
|
||||||
|
|
||||||
if(empty($ogImage) || empty($meta) || e_ADMIN_AREA === true)
|
if(empty($ogImage) || empty($meta) || e_ADMIN_AREA === true)
|
||||||
|
Reference in New Issue
Block a user