mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 13:34:25 +00:00
fix data type
This commit is contained in:
parent
11aa404807
commit
e418ddcd32
@ -71,10 +71,10 @@ foreach ($db->getCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECONDS_OFFSET
|
||||
}
|
||||
|
||||
// Get optional page meta data
|
||||
$metaDescription = null;
|
||||
$metaKeywords = null;
|
||||
$metaRobots = null;
|
||||
$metaYggo = null;
|
||||
$metaDescription = '';
|
||||
$metaKeywords = '';
|
||||
$metaRobots = '';
|
||||
$metaYggo = '';
|
||||
|
||||
foreach (@$dom->getElementsByTagName('meta') as $meta) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user