Browse Source

fix variable name

main
ghost 2 years ago
parent
commit
5df598a1d4
  1. 2
      crontab/crawler.php

2
crontab/crawler.php

@ -547,7 +547,7 @@ foreach ($db->getHostPageCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECOND
} }
// Skip page with meta robots:nofollow attribute // Skip page with meta robots:nofollow attribute
if (false !== stripos($robots, 'nofollow')) { if (false !== stripos($metaRobots, 'nofollow')) {
continue; continue;
} }

Loading…
Cancel
Save