Fix for ParseUrl ('type' was already in use)

pull/11081/head
Michael Vogel 2021-12-09 01:20:31 +01:00
parent f1d6e7ebb4
commit 076b054a63
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ class ParseUrl
$siteinfo['language'] = trim($meta_tag['content']);
break;
case 'og:type':
$siteinfo['type'] = trim($meta_tag['content']);
$siteinfo['pagetype'] = trim($meta_tag['content']);
break;
case 'twitter:description':
$siteinfo['text'] = trim($meta_tag['content']);