mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 21:57:34 +02:00
Meta PHP warnings fix.
This commit is contained in:
@@ -60,7 +60,7 @@ class social_event
|
||||
|
||||
foreach($meta as $m)
|
||||
{
|
||||
if($m['name'] === 'og:image')
|
||||
if(varset($m['name']) === 'og:image')
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user