mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 13:34:25 +00:00
fix variable name
This commit is contained in:
parent
1c5346bc07
commit
5df598a1d4
@ -547,7 +547,7 @@ foreach ($db->getHostPageCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECOND
|
||||
}
|
||||
|
||||
// Skip page with meta robots:nofollow attribute
|
||||
if (false !== stripos($robots, 'nofollow')) {
|
||||
if (false !== stripos($metaRobots, 'nofollow')) {
|
||||
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user