Fix url comparism
This commit is contained in:
parent
b18073d5a8
commit
5219080149
|
@ -2918,7 +2918,7 @@ class Item
|
|||
$data['author_name'] = '';
|
||||
}
|
||||
|
||||
if (($data['author_url'] ?? '') && ($data['provider_url'] ?? '')) {
|
||||
if (($data['author_url'] ?? '') == ($data['provider_url'] ?? '')) {
|
||||
$data['author_url'] = '';
|
||||
}
|
||||
} elseif (preg_match("/.*(\[attachment.*?\].*?\[\/attachment\]).*/ism", $body, $match)) {
|
||||
|
|
Loading…
Reference in a new issue