mirror of
https://github.com/friendica/friendica
synced 2024-11-18 19:43:46 +00:00
forgotten $
This commit is contained in:
parent
1d4a5402ff
commit
2592c3891c
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ class ParseUrl
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prevent to have a photo type without an image
|
// 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';
|
$siteinfo['type'] = 'link';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue