forgotten $

This commit is contained in:
Michael 2018-09-06 21:10:48 +00:00
parent 1d4a5402ff
commit 2592c3891c
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ class ParseUrl
}
// Prevent to have a photo type without an image
if (empty($siteinfo['image']) && (siteinfo['type'] == 'photo')) {
if (empty($siteinfo['image']) && ($siteinfo['type'] == 'photo')) {
$siteinfo['type'] = 'link';
}