fix variable name

This commit is contained in:
ghost 2023-06-24 15:21:47 +03:00
parent 1c5346bc07
commit 5df598a1d4

View File

@ -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;
}