mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-03-10 20:41:04 +00:00
fix condition duplicate
This commit is contained in:
parent
12452b46d2
commit
41ac7c8e52
@ -94,7 +94,7 @@ try
|
||||
$thisUrl = Yggverse\Parser\Url::parse(WEBSITE_URL);
|
||||
$manifestUrl = Yggverse\Parser\Url::parse($node->manifest);
|
||||
|
||||
if (empty($manifestUrl->host->name) ||
|
||||
if (empty($thisUrl->host->name) ||
|
||||
empty($manifestUrl->host->name) ||
|
||||
$manifestUrl->host->name == $thisUrl->host->name) // @TODO some mirrors could be available, improve condition
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user